#19CCB4

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

Shades of Light Sea Green #19CCB4

Tints of Light Sea Green #19CCB4

Color information

#19CCB4 (or 0x19CCB4) is unknown color: approx Light Sea Green. HEX triplet: 19, CC and B4. RGB value is (25,204,180). Sum of RGB (Red+Green+Blue) = 25+204+180=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #19CCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCB4 is #E6334B. Grayscale: #939393. Windows color (decimal): -15086412 or 11848729. OLE color: 11848729.

HSL color Cylindrical-coordinate representation of color #19CCB4: hue angle of 171.96º 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 #19CCB4 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB25204180-
CMYK0.8800.120.2
HSL171.96º78.17%44.9%-
HSV(B)171.96º87.75%80%-
XYZ30.2346.6950.6-
YUV147.74146.240.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.11%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=6.11%
G=49.88%
B=44.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal252041800.8800.120.2171.9678.1744.9
Hex19CCB4580C14ac4e2d
Octal313142641300142425411655
Binary11001110011001011010010110000110010100101011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,204,180); }

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

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

 a { background-color: rgb(25,204,180); }

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

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

 span { border-color: rgb(25,204,180); }

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