Html Css Color HEX #29BA9F Light Sea Green

📋 copy color: '#29BA9F'

red 41 ◦ green 186 ◦ blue 159

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

Shades of Light Sea Green #29BA9F

Tints of Light Sea Green #29BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 10.62%
G = 48.19%
B = 41.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#29BA9F (or 0x29BA9F) is known color: Light Sea Green. HEX triplet: 29, BA and 9F. RGB value is (41,186,159). Sum of RGB (Red+Green+Blue) = 41+186+159=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA9F is #D64560. Grayscale: #8B8B8B. Windows color (decimal): -14042465 or 10467881. OLE color: 10467881.

HSL color Cylindrical-coordinate representation of color #29BA9F: hue angle of 168.83º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA9F is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 159 -
CMYK 0.78 0 0.15 0.27
HSL 168.83º 0.64% 0.45% -
HSV(B) 168.83º 0.78% 0.73% -
XYZ 24.73 38.09 38.85 -
YUV 139.57 138.96 57.7 -
System Red Green Blue C M Y K H S L
Decimal 41 186 159 0.78 0 0.15 0.27 168.83 0.64 0.45
Hex 29 BA 9F 4E 0 F 1B A9 40 2D
Octal 51 272 237 116 0 17 33 251 100 55
Binary 101001 10111010 10011111 1001110 0 1111 11011 10101001 1000000 101101

Color Harmonies of #29BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA9F

Black with #29BA9F

Text Example


Text Example

White with #29BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,159); }

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

background-color css

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

 a { background-color: rgb(41,186,159); }

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

border-color css

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

 span { border-color: rgb(41,186,159); }

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