Html Css Color HEX #29C0BE Light Sea Green

📋 copy color: '#29C0BE'

red 41 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #29C0BE

Tints of Light Sea Green #29C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 9.69%
G = 45.39%
B = 44.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#29C0BE (or 0x29C0BE) is known color: Light Sea Green. HEX triplet: 29, C0 and BE. RGB value is (41,192,190). Sum of RGB (Red+Green+Blue) = 41+192+190=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #29C0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C0BE is #D63F41. Grayscale: #929292. Windows color (decimal): -14040898 or 12501033. OLE color: 12501033.

HSL color Cylindrical-coordinate representation of color #29C0BE: hue angle of 179.21º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C0BE is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 192 190 -
CMYK 0.79 0 0.01 0.25
HSL 179.21º 0.65% 0.46% -
HSV(B) 179.21º 0.79% 0.75% -
XYZ 29.06 41.89 55.27 -
YUV 146.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 41 192 190 0.79 0 0.01 0.25 179.21 0.65 0.46
Hex 29 C0 BE 4F 0 1 19 B3 41 2E
Octal 51 300 276 117 0 1 31 263 101 56
Binary 101001 11000000 10111110 1001111 0 1 11001 10110011 1000001 101110

Color Harmonies of #29C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C0BE

Black with #29C0BE

Text Example


Text Example

White with #29C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,192,190); }

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

background-color css

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

 a { background-color: rgb(41,192,190); }

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

border-color css

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

 span { border-color: rgb(41,192,190); }

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