Html Css Color HEX #29CFB5 Light Sea Green

📋 copy color: '#29CFB5'

red 41 ◦ green 207 ◦ blue 181

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

Shades of Light Sea Green #29CFB5

Tints of Light Sea Green #29CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 9.56%
G = 48.25%
B = 42.19%

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

#29CFB5 (or 0x29CFB5) is known color: Light Sea Green. HEX triplet: 29, CF and B5. RGB value is (41,207,181). Sum of RGB (Red+Green+Blue) = 41+207+181=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFB5 is #D6304A. Grayscale: #9A9A9A. Windows color (decimal): -14037067 or 11915049. OLE color: 11915049.

HSL color Cylindrical-coordinate representation of color #29CFB5: hue angle of 170.6º 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 #29CFB5 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 207 181 -
CMYK 0.80 0 0.13 0.19
HSL 170.6º 0.67% 0.49% -
HSV(B) 170.6º 0.8% 0.81% -
XYZ 31.57 48.43 51.4 -
YUV 154.4 143 47.11 -
System Red Green Blue C M Y K H S L
Decimal 41 207 181 0.80 0 0.13 0.19 170.6 0.67 0.49
Hex 29 CF B5 50 0 D 13 AB 43 31
Octal 51 317 265 120 0 15 23 253 103 61
Binary 101001 11001111 10110101 1010000 0 1101 10011 10101011 1000011 110001

Color Harmonies of #29CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFB5

Black with #29CFB5

Text Example


Text Example

White with #29CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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