Html Css Color HEX #29B1BF Light Sea Green

📋 copy color: '#29B1BF'

red 41 ◦ green 177 ◦ blue 191

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

Shades of Light Sea Green #29B1BF

Tints of Light Sea Green #29B1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 10.02%
G = 43.28%
B = 46.7%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#29B1BF (or 0x29B1BF) is known color: Light Sea Green. HEX triplet: 29, B1 and BF. RGB value is (41,177,191). Sum of RGB (Red+Green+Blue) = 41+177+191=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #29B1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B1BF is #D64E40. Grayscale: #898989. Windows color (decimal): -14044737 or 12562729. OLE color: 12562729.

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

Color convert

RGB 41 177 191 -
CMYK 0.79 0.07 0 0.25
HSL 185.6º 0.65% 0.45% -
HSV(B) 185.6º 0.79% 0.75% -
XYZ 26.04 35.68 54.8 -
YUV 137.93 157.94 58.86 -
System Red Green Blue C M Y K H S L
Decimal 41 177 191 0.79 0.07 0 0.25 185.6 0.65 0.45
Hex 29 B1 BF 4F 7 0 19 BA 41 2D
Octal 51 261 277 117 7 0 31 272 101 55
Binary 101001 10110001 10111111 1001111 111 0 11001 10111010 1000001 101101

Color Harmonies of #29B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B1BF

Black with #29B1BF

Text Example


Text Example

White with #29B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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