#19D3AB

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

Shades of Caribbean Green #19D3AB

Tints of Caribbean Green #19D3AB

Color information

#19D3AB (or 0x19D3AB) is unknown color: approx Caribbean Green. HEX triplet: 19, D3 and AB. RGB value is (25,211,171). Sum of RGB (Red+Green+Blue) = 25+211+171=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #19D3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D3AB is #E62C54. Grayscale: #969696. Windows color (decimal): -15084629 or 11260697. OLE color: 11260697.

HSL color Cylindrical-coordinate representation of color #19D3AB: hue angle of 167.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D3AB is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB25211171-
CMYK0.8800.190.17
HSL167.1º78.81%46.27%-
HSV(B)167.1º88.15%82.75%-
XYZ31.0549.7446.49-
YUV150.83139.3838.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.14%
GREEN value IS 211 (82.81% from 255) = 51.84%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=6.14%
G=51.84%
B=42.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal252111710.8800.190.17167.178.8146.27
Hex19D3AB5801311a74f2e
Octal313232531300232124711756
Binary110011101001110101011101100001001110001101001111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,211,171); }

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

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

 a { background-color: rgb(25,211,171); }

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

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

 span { border-color: rgb(25,211,171); }

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