Html Css Color HEX #29C2B2 Light Sea Green

📋 copy color: '#29C2B2'

red 41 ◦ green 194 ◦ blue 178

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

Shades of Light Sea Green #29C2B2

Tints of Light Sea Green #29C2B2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 9.93%
G = 46.97%
B = 43.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#29C2B2 (or 0x29C2B2) is known color: Light Sea Green. HEX triplet: 29, C2 and B2. RGB value is (41,194,178). Sum of RGB (Red+Green+Blue) = 41+194+178=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2B2 is #D63D4D. Grayscale: #929292. Windows color (decimal): -14040398 or 11715113. OLE color: 11715113.

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

Color convert

RGB 41 194 178 -
CMYK 0.79 0 0.08 0.24
HSL 173.73º 0.65% 0.46% -
HSV(B) 173.73º 0.79% 0.76% -
XYZ 28.24 42.27 48.79 -
YUV 146.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 41 194 178 0.79 0 0.08 0.24 173.73 0.65 0.46
Hex 29 C2 B2 4F 0 8 18 AE 41 2E
Octal 51 302 262 117 0 10 30 256 101 56
Binary 101001 11000010 10110010 1001111 0 1000 11000 10101110 1000001 101110

Color Harmonies of #29C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C2B2

Black with #29C2B2

Text Example


Text Example

White with #29C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,194,178); }

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

background-color css

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

 a { background-color: rgb(41,194,178); }

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

border-color css

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

 span { border-color: rgb(41,194,178); }

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