Html Css Color HEX #29C5BA Light Sea Green

📋 copy color: '#29C5BA'

red 41 ◦ green 197 ◦ blue 186

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

Shades of Light Sea Green #29C5BA

Tints of Light Sea Green #29C5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

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

R = 9.67%
G = 46.46%
B = 43.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#29C5BA (or 0x29C5BA) is known color: Light Sea Green. HEX triplet: 29, C5 and BA. RGB value is (41,197,186). Sum of RGB (Red+Green+Blue) = 41+197+186=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #29C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5BA is #D63A45. Grayscale: #949494. Windows color (decimal): -14039622 or 12240169. OLE color: 12240169.

HSL color Cylindrical-coordinate representation of color #29C5BA: hue angle of 175.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C5BA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 197 186 -
CMYK 0.79 0 0.06 0.23
HSL 175.77º 0.66% 0.47% -
HSV(B) 175.77º 0.79% 0.77% -
XYZ 29.74 43.95 53.37 -
YUV 149.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 41 197 186 0.79 0 0.06 0.23 175.77 0.66 0.47
Hex 29 C5 BA 4F 0 6 17 B0 42 2F
Octal 51 305 272 117 0 6 27 260 102 57
Binary 101001 11000101 10111010 1001111 0 110 10111 10110000 1000010 101111

Color Harmonies of #29C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C5BA

Black with #29C5BA

Text Example


Text Example

White with #29C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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