Html Css Color HEX #29CBBA Light Sea Green

📋 copy color: '#29CBBA'

red 41 ◦ green 203 ◦ blue 186

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

Shades of Light Sea Green #29CBBA

Tints of Light Sea Green #29CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

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

R = 9.53%
G = 47.21%
B = 43.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#29CBBA (or 0x29CBBA) is known color: Light Sea Green. HEX triplet: 29, CB and BA. RGB value is (41,203,186). Sum of RGB (Red+Green+Blue) = 41+203+186=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #29CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBBA is #D63445. Grayscale: #989898. Windows color (decimal): -14038086 or 12241705. OLE color: 12241705.

HSL color Cylindrical-coordinate representation of color #29CBBA: hue angle of 173.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CBBA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 203 186 -
CMYK 0.80 0 0.08 0.20
HSL 173.7º 0.66% 0.48% -
HSV(B) 173.7º 0.8% 0.8% -
XYZ 31.13 46.73 53.83 -
YUV 152.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 41 203 186 0.80 0 0.08 0.20 173.7 0.66 0.48
Hex 29 CB BA 50 0 8 14 AE 42 30
Octal 51 313 272 120 0 10 24 256 102 60
Binary 101001 11001011 10111010 1010000 0 1000 10100 10101110 1000010 110000

Color Harmonies of #29CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBBA

Black with #29CBBA

Text Example


Text Example

White with #29CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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