Html Css Color HEX #29C1B1 Light Sea Green

📋 copy color: '#29C1B1'

red 41 ◦ green 193 ◦ blue 177

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

Shades of Light Sea Green #29C1B1

Tints of Light Sea Green #29C1B1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 9.98%
G = 46.96%
B = 43.07%

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

#29C1B1 (or 0x29C1B1) is known color: Light Sea Green. HEX triplet: 29, C1 and B1. RGB value is (41,193,177). Sum of RGB (Red+Green+Blue) = 41+193+177=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #29C1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C1B1 is #D63E4E. Grayscale: #919191. Windows color (decimal): -14040655 or 11649321. OLE color: 11649321.

HSL color Cylindrical-coordinate representation of color #29C1B1: hue angle of 173.68º 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 #29C1B1 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 193 177 -
CMYK 0.79 0 0.08 0.24
HSL 173.68º 0.65% 0.46% -
HSV(B) 173.68º 0.79% 0.76% -
XYZ 27.92 41.79 48.19 -
YUV 145.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 41 193 177 0.79 0 0.08 0.24 173.68 0.65 0.46
Hex 29 C1 B1 4F 0 8 18 AE 41 2E
Octal 51 301 261 117 0 10 30 256 101 56
Binary 101001 11000001 10110001 1001111 0 1000 11000 10101110 1000001 101110

Color Harmonies of #29C1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C1B1

Black with #29C1B1

Text Example


Text Example

White with #29C1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,193,177); }

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

background-color css

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

 a { background-color: rgb(41,193,177); }

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

border-color css

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

 span { border-color: rgb(41,193,177); }

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