Html Css Color HEX #29B2BE Light Sea Green

📋 copy color: '#29B2BE'

red 41 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #29B2BE

Tints of Light Sea Green #29B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

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

R = 10.02%
G = 43.52%
B = 46.45%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#29B2BE (or 0x29B2BE) is known color: Light Sea Green. HEX triplet: 29, B2 and BE. RGB value is (41,178,190). Sum of RGB (Red+Green+Blue) = 41+178+190=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #29B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2BE is #D64D41. Grayscale: #8A8A8A. Windows color (decimal): -14044482 or 12497449. OLE color: 12497449.

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

Color convert

RGB 41 178 190 -
CMYK 0.78 0.06 0 0.25
HSL 184.83º 0.65% 0.45% -
HSV(B) 184.83º 0.78% 0.75% -
XYZ 26.13 36.03 54.29 -
YUV 138.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 41 178 190 0.78 0.06 0 0.25 184.83 0.65 0.45
Hex 29 B2 BE 4E 6 0 19 B9 41 2D
Octal 51 262 276 116 6 0 31 271 101 55
Binary 101001 10110010 10111110 1001110 110 0 11001 10111001 1000001 101101

Color Harmonies of #29B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B2BE

Black with #29B2BE

Text Example


Text Example

White with #29B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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