Html Css Color HEX #29ABBA Pelorous

📋 copy color: '#29ABBA'

red 41 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #29ABBA

Tints of Pelorous #29ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 10.3%
G = 42.96%
B = 46.73%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29ABBA (or 0x29ABBA) is known color: Pelorous. HEX triplet: 29, AB and BA. RGB value is (41,171,186). Sum of RGB (Red+Green+Blue) = 41+171+186=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #29ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABBA is #D65445. Grayscale: #858585. Windows color (decimal): -14046278 or 12233513. OLE color: 12233513.

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

Color convert

RGB 41 171 186 -
CMYK 0.78 0.08 0 0.27
HSL 186.21º 0.64% 0.45% -
HSV(B) 186.21º 0.78% 0.73% -
XYZ 24.34 33.14 51.57 -
YUV 133.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 41 171 186 0.78 0.08 0 0.27 186.21 0.64 0.45
Hex 29 AB BA 4E 8 0 1B BA 40 2D
Octal 51 253 272 116 10 0 33 272 100 55
Binary 101001 10101011 10111010 1001110 1000 0 11011 10111010 1000000 101101

Color Harmonies of #29ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ABBA

Black with #29ABBA

Text Example


Text Example

White with #29ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,171,186); }

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

background-color css

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

 a { background-color: rgb(41,171,186); }

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

border-color css

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

 span { border-color: rgb(41,171,186); }

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