Html Css Color HEX #29AAB5 Pelorous

📋 copy color: '#29AAB5'

red 41 ◦ green 170 ◦ blue 181

#29AAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #29AAB5

Tints of Pelorous #29AAB5

RGB

 RED value IS 41 (16.41% from 255) = 10.46%

 GREEN value IS 170 (66.8% from 255) = 43.37%

 BLUE value IS 181 (71.09% from 255) = 46.17%

R = 10.46%
G = 43.37%
B = 46.17%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#29AAB5 (or 0x29AAB5) is known color: Pelorous. HEX triplet: 29, AA and B5. RGB value is (41,170,181). Sum of RGB (Red+Green+Blue) = 41+170+181=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #29AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAB5 is #D6554A. Grayscale: #848484. Windows color (decimal): -14046539 or 11905577. OLE color: 11905577.

HSL color Cylindrical-coordinate representation of color #29AAB5: hue angle of 184.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AAB5 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 170 181 -
CMYK 0.77 0.06 0 0.29
HSL 184.71º 0.63% 0.44% -
HSV(B) 184.71º 0.77% 0.71% -
XYZ 23.63 32.56 48.75 -
YUV 132.68 155.26 62.61 -
System Red Green Blue C M Y K H S L
Decimal 41 170 181 0.77 0.06 0 0.29 184.71 0.63 0.44
Hex 29 AA B5 4D 6 0 1D B9 3F 2C
Octal 51 252 265 115 6 0 35 271 77 54
Binary 101001 10101010 10110101 1001101 110 0 11101 10111001 111111 101100

Color Harmonies of #29AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AAB5

Black with #29AAB5

Text Example


Text Example

White with #29AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29AAB5;
 }
 .AnyTagClassName
 {
   color: #29AAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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