Html Css Color HEX #29CEB4 Light Sea Green

📋 copy color: '#29CEB4'

red 41 ◦ green 206 ◦ blue 180

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

Shades of Light Sea Green #29CEB4

Tints of Light Sea Green #29CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 9.6%
G = 48.24%
B = 42.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#29CEB4 (or 0x29CEB4) is known color: Light Sea Green. HEX triplet: 29, CE and B4. RGB value is (41,206,180). Sum of RGB (Red+Green+Blue) = 41+206+180=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEB4 is #D6314B. Grayscale: #999999. Windows color (decimal): -14037324 or 11849257. OLE color: 11849257.

HSL color Cylindrical-coordinate representation of color #29CEB4: hue angle of 170.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CEB4 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 206 180 -
CMYK 0.80 0 0.13 0.19
HSL 170.55º 0.67% 0.48% -
HSV(B) 170.55º 0.8% 0.81% -
XYZ 31.22 47.91 50.78 -
YUV 153.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 41 206 180 0.80 0 0.13 0.19 170.55 0.67 0.48
Hex 29 CE B4 50 0 D 13 AB 43 30
Octal 51 316 264 120 0 15 23 253 103 60
Binary 101001 11001110 10110100 1010000 0 1101 10011 10101011 1000011 110000

Color Harmonies of #29CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEB4

Black with #29CEB4

Text Example


Text Example

White with #29CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,206,180); }

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

background-color css

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

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

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

border-color css

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

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

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