#29CCBE

Color #29CCBE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #29CCBE

Tints of Light Sea Green #29CCBE

Color information

#29CCBE (or 0x29CCBE) is unknown color: approx Light Sea Green. HEX triplet: 29, CC and BE. RGB value is (41,204,190). Sum of RGB (Red+Green+Blue) = 41+204+190=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCBE is #D63341. Grayscale: #999999. Windows color (decimal): -14037826 or 12504105. OLE color: 12504105.

HSL color Cylindrical-coordinate representation of color #29CCBE: hue angle of 174.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCBE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB41204190-
CMYK0.8000.070.2
HSL174.85º66.53%48.04%-
HSV(B)174.85º79.9%80%-
XYZ31.847.3756.18-
YUV153.67148.547.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.43%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=9.43%
G=46.90%
B=43.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041900.8000.070.2174.8566.5348.04
Hex29CCBE500714af4330
Octal51314276120072425710360
Binary10100111001100101111101010000011110100101011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29CCBE;
 }
 .AnyTagClassName
 {
   color: #29CCBE;
 }
</style>
background-color css

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

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

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

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

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

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