Html Css Color HEX #29CDB4 Light Sea Green

📋 copy color: '#29CDB4'

red 41 ◦ green 205 ◦ blue 180

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

Shades of Light Sea Green #29CDB4

Tints of Light Sea Green #29CDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.12%

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

R = 9.62%
G = 48.12%
B = 42.25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#29CDB4 (or 0x29CDB4) is known color: Light Sea Green. HEX triplet: 29, CD and B4. RGB value is (41,205,180). Sum of RGB (Red+Green+Blue) = 41+205+180=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #29CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CDB4 is #D6324B. Grayscale: #999999. Windows color (decimal): -14037580 or 11849001. OLE color: 11849001.

HSL color Cylindrical-coordinate representation of color #29CDB4: hue angle of 170.85º degrees, saturation: 0.67, 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 #29CDB4 is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 205 180 -
CMYK 0.8 0 0.12 0.20
HSL 170.85º 0.67% 0.48% -
HSV(B) 170.85º 0.8% 0.8% -
XYZ 30.98 47.43 50.7 -
YUV 153.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 41 205 180 0.8 0 0.12 0.20 170.85 0.67 0.48
Hex 29 CD B4 50 0 C 14 AB 43 30
Octal 51 315 264 120 0 14 24 253 103 60
Binary 101001 11001101 10110100 1010000 0 1100 10100 10101011 1000011 110000

Color Harmonies of #29CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CDB4

Black with #29CDB4

Text Example


Text Example

White with #29CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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