Html Css Color HEX #29C9BA Light Sea Green

📋 copy color: '#29C9BA'

red 41 ◦ green 201 ◦ blue 186

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

Shades of Light Sea Green #29C9BA

Tints of Light Sea Green #29C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

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

R = 9.58%
G = 46.96%
B = 43.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#29C9BA (or 0x29C9BA) is known color: Light Sea Green. HEX triplet: 29, C9 and BA. RGB value is (41,201,186). Sum of RGB (Red+Green+Blue) = 41+201+186=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #29C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9BA is #D63645. Grayscale: #979797. Windows color (decimal): -14038598 or 12241193. OLE color: 12241193.

HSL color Cylindrical-coordinate representation of color #29C9BA: hue angle of 174.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9BA is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 201 186 -
CMYK 0.80 0 0.07 0.21
HSL 174.38º 0.66% 0.47% -
HSV(B) 174.38º 0.8% 0.79% -
XYZ 30.66 45.79 53.68 -
YUV 151.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 41 201 186 0.80 0 0.07 0.21 174.38 0.66 0.47
Hex 29 C9 BA 50 0 7 15 AE 42 2F
Octal 51 311 272 120 0 7 25 256 102 57
Binary 101001 11001001 10111010 1010000 0 111 10101 10101110 1000010 101111

Color Harmonies of #29C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C9BA

Black with #29C9BA

Text Example


Text Example

White with #29C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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