#29AAB8

Color #29AAB8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #29AAB8

Tints of Pelorous #29AAB8

Color information

#29AAB8 (or 0x29AAB8) is unknown color: approx Pelorous. HEX triplet: 29, AA and B8. RGB value is (41,170,184). Sum of RGB (Red+Green+Blue) = 41+170+184=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #29AAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAB8 is #D65547. Grayscale: #848484. Windows color (decimal): -14046536 or 12102185. OLE color: 12102185.

HSL color Cylindrical-coordinate representation of color #29AAB8: hue angle of 185.87º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29AAB8 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB41170184-
CMYK0.780.0800.28
HSL185.87º63.56%44.12%-
HSV(B)185.87º77.72%72.16%-
XYZ23.9432.6850.39-
YUV133.02156.7662.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 184 (72.27% from 255) = 46.58%
R=10.38%
G=43.04%
B=46.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411701840.780.0800.28185.8763.5644.12
Hex29AAB84E801Cba402c
Octal512522701161003427210054
Binary101001101010101011100010011101000011100101110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AAB8; }

 p { color: rgb(41,170,184); }

 H1.HeaderClassName
 {
   color: #29AAB8;
 }
 .AnyTagClassName
 {
   color: #29AAB8;
 }
</style>
background-color css

<style>
 a { background-color: #29AAB8; }

 a { background-color: rgb(41,170,184); }

 div.DivClassName
 {
   background-color: #29AAB8;
 }
 .BgClassName
 {
   background-color: #29AAB8;
 }
</style>
border-color css

<style>
 span { border-color: #29AAB8; }

 span { border-color: rgb(41,170,184); }

 td.TdClassName
 {
   border-color: #29AAB8;
 }
 .TagClassName
 {
   border-color: #29AAB8;
 }
</style>