Html Css Color HEX #29BABA Light Sea Green

📋 copy color: '#29BABA'

red 41 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #29BABA

Tints of Light Sea Green #29BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

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

R = 9.93%
G = 45.04%
B = 45.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29BABA (or 0x29BABA) is known color: Light Sea Green. HEX triplet: 29, BA and BA. RGB value is (41,186,186). Sum of RGB (Red+Green+Blue) = 41+186+186=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #29BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BABA is #D64545. Grayscale: #8E8E8E. Windows color (decimal): -14042438 or 12237353. OLE color: 12237353.

HSL color Cylindrical-coordinate representation of color #29BABA: hue angle of 180º 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 #29BABA is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 186 -
CMYK 0.78 0 0 0.27
HSL 180º 0.64% 0.45% -
HSV(B) 180º 0.78% 0.73% -
XYZ 27.34 39.13 52.57 -
YUV 142.65 152.46 55.5 -
System Red Green Blue C M Y K H S L
Decimal 41 186 186 0.78 0 0 0.27 180 0.64 0.45
Hex 29 BA BA 4E 0 0 1B B4 40 2D
Octal 51 272 272 116 0 0 33 264 100 55
Binary 101001 10111010 10111010 1001110 0 0 11011 10110100 1000000 101101

Color Harmonies of #29BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BABA

Black with #29BABA

Text Example


Text Example

White with #29BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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