Html Css Color HEX #29BFC0 Light Sea Green

📋 copy color: '#29BFC0'

red 41 ◦ green 191 ◦ blue 192

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

Shades of Light Sea Green #29BFC0

Tints of Light Sea Green #29BFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 9.67%
G = 45.05%
B = 45.28%

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

#29BFC0 (or 0x29BFC0) is known color: Light Sea Green. HEX triplet: 29, BF and C0. RGB value is (41,191,192). Sum of RGB (Red+Green+Blue) = 41+191+192=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #29BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BFC0 is #D6403F. Grayscale: #929292. Windows color (decimal): -14041152 or 12631849. OLE color: 12631849.

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

Color convert

RGB 41 191 192 -
CMYK 0.79 0.01 0 0.25
HSL 180.4º 0.65% 0.46% -
HSV(B) 180.4º 0.79% 0.75% -
XYZ 29.06 41.54 56.36 -
YUV 146.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 41 191 192 0.79 0.01 0 0.25 180.4 0.65 0.46
Hex 29 BF C0 4F 1 0 19 B4 41 2E
Octal 51 277 300 117 1 0 31 264 101 56
Binary 101001 10111111 11000000 1001111 1 0 11001 10110100 1000001 101110

Color Harmonies of #29BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFC0

Black with #29BFC0

Text Example


Text Example

White with #29BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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