Html Css Color HEX #29BEC0 Light Sea Green

📋 copy color: '#29BEC0'

red 41 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #29BEC0

Tints of Light Sea Green #29BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 9.69%
G = 44.92%
B = 45.39%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#29BEC0 (or 0x29BEC0) is known color: Light Sea Green. HEX triplet: 29, BE and C0. RGB value is (41,190,192). Sum of RGB (Red+Green+Blue) = 41+190+192=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #29BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BEC0 is #D6413F. Grayscale: #919191. Windows color (decimal): -14041408 or 12631593. OLE color: 12631593.

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

Color convert

RGB 41 190 192 -
CMYK 0.79 0.01 0 0.25
HSL 180.79º 0.65% 0.46% -
HSV(B) 180.79º 0.79% 0.75% -
XYZ 28.84 41.1 56.28 -
YUV 145.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 41 190 192 0.79 0.01 0 0.25 180.79 0.65 0.46
Hex 29 BE C0 4F 1 0 19 B5 41 2E
Octal 51 276 300 117 1 0 31 265 101 56
Binary 101001 10111110 11000000 1001111 1 0 11001 10110101 1000001 101110

Color Harmonies of #29BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEC0

Black with #29BEC0

Text Example


Text Example

White with #29BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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