#19CBBA

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

Shades of Light Sea Green #19CBBA

Tints of Light Sea Green #19CBBA

Color information

#19CBBA (or 0x19CBBA) is unknown color: approx Light Sea Green. HEX triplet: 19, CB and BA. RGB value is (25,203,186). Sum of RGB (Red+Green+Blue) = 25+203+186=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #19CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBBA is #E63445. Grayscale: #939393. Windows color (decimal): -15086662 or 12241689. OLE color: 12241689.

HSL color Cylindrical-coordinate representation of color #19CBBA: hue angle of 174.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CBBA is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB25203186-
CMYK0.8800.080.20
HSL174.27º78.07%44.71%-
HSV(B)174.27º87.68%79.61%-
XYZ30.6246.4653.81-
YUV147.84149.5340.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.04%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=6.04%
G=49.03%
B=44.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal252031860.8800.080.20174.2778.0744.71
Hex19CBBA580814ae4e2d
Octal313132721300102425611655
Binary11001110010111011101010110000100010100101011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19CBBA; }

 p { color: rgb(25,203,186); }

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

<style>
 a { background-color: #19CBBA; }

 a { background-color: rgb(25,203,186); }

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

<style>
 span { border-color: #19CBBA; }

 span { border-color: rgb(25,203,186); }

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