#19C9BB

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

Shades of Light Sea Green #19C9BB

Tints of Light Sea Green #19C9BB

Color information

#19C9BB (or 0x19C9BB) is unknown color: approx Light Sea Green. HEX triplet: 19, C9 and BB. RGB value is (25,201,187). Sum of RGB (Red+Green+Blue) = 25+201+187=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #19C9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C9BB is #E63644. Grayscale: #929292. Windows color (decimal): -15087173 or 12306713. OLE color: 12306713.

HSL color Cylindrical-coordinate representation of color #19C9BB: hue angle of 175.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C9BB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB25201187-
CMYK0.8800.070.21
HSL175.23º77.88%44.31%-
HSV(B)175.23º87.56%78.82%-
XYZ30.2645.5754.21-
YUV146.78150.6941.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.05%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=6.05%
G=48.67%
B=45.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal252011870.8800.070.21175.2377.8844.31
Hex19C9BB580715af4e2c
Octal31311273130072525711654
Binary1100111001001101110111011000011110101101011111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,201,187); }

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

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

 a { background-color: rgb(25,201,187); }

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

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

 span { border-color: rgb(25,201,187); }

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