Html Css Color HEX #29B1C2 Light Sea Green

📋 copy color: '#29B1C2'

red 41 ◦ green 177 ◦ blue 194

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

Shades of Light Sea Green #29B1C2

Tints of Light Sea Green #29B1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 9.95%
G = 42.96%
B = 47.09%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#29B1C2 (or 0x29B1C2) is known color: Light Sea Green. HEX triplet: 29, B1 and C2. RGB value is (41,177,194). Sum of RGB (Red+Green+Blue) = 41+177+194=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #29B1C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B1C2 is #D64E3D. Grayscale: #8A8A8A. Windows color (decimal): -14044734 or 12759337. OLE color: 12759337.

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

Color convert

RGB 41 177 194 -
CMYK 0.79 0.09 0 0.24
HSL 186.67º 0.65% 0.46% -
HSV(B) 186.67º 0.79% 0.76% -
XYZ 26.37 35.81 56.56 -
YUV 138.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 41 177 194 0.79 0.09 0 0.24 186.67 0.65 0.46
Hex 29 B1 C2 4F 9 0 18 BB 41 2E
Octal 51 261 302 117 11 0 30 273 101 56
Binary 101001 10110001 11000010 1001111 1001 0 11000 10111011 1000001 101110

Color Harmonies of #29B1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B1C2

Black with #29B1C2

Text Example


Text Example

White with #29B1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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