Html Css Color HEX #29CFB8 Light Sea Green

📋 copy color: '#29CFB8'

red 41 ◦ green 207 ◦ blue 184

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

Shades of Light Sea Green #29CFB8

Tints of Light Sea Green #29CFB8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

 BLUE value IS 184 (72.27% from 255) = 42.59%

R = 9.49%
G = 47.92%
B = 42.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#29CFB8 (or 0x29CFB8) is known color: Light Sea Green. HEX triplet: 29, CF and B8. RGB value is (41,207,184). Sum of RGB (Red+Green+Blue) = 41+207+184=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFB8 is #D63047. Grayscale: #9A9A9A. Windows color (decimal): -14037064 or 12111657. OLE color: 12111657.

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

Color convert

RGB 41 207 184 -
CMYK 0.80 0 0.11 0.19
HSL 171.69º 0.67% 0.49% -
HSV(B) 171.69º 0.8% 0.81% -
XYZ 31.88 48.56 53.04 -
YUV 154.74 144.5 46.87 -
System Red Green Blue C M Y K H S L
Decimal 41 207 184 0.80 0 0.11 0.19 171.69 0.67 0.49
Hex 29 CF B8 50 0 B 13 AC 43 31
Octal 51 317 270 120 0 13 23 254 103 61
Binary 101001 11001111 10111000 1010000 0 1011 10011 10101100 1000011 110001

Color Harmonies of #29CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFB8

Black with #29CFB8

Text Example


Text Example

White with #29CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,207,184); }

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

background-color css

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

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

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

border-color css

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

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

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