#19D6AA

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

Shades of Caribbean Green #19D6AA

Tints of Caribbean Green #19D6AA

Color information

#19D6AA (or 0x19D6AA) is unknown color: approx Caribbean Green. HEX triplet: 19, D6 and AA. RGB value is (25,214,170). Sum of RGB (Red+Green+Blue) = 25+214+170=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #19D6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D6AA is #E62955. Grayscale: #989898. Windows color (decimal): -15083862 or 11195929. OLE color: 11195929.

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

Color convert

RGB25214170-
CMYK0.8800.210.16
HSL166.03º79.08%46.86%-
HSV(B)166.03º88.32%83.92%-
XYZ31.751.246.24-
YUV152.47137.8837.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.11%
GREEN value IS 214 (83.98% from 255) = 52.32%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=6.11%
G=52.32%
B=41.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal252141700.8800.210.16166.0379.0846.86
Hex19D6AA5801510a64f2f
Octal313262521300252024611757
Binary110011101011010101010101100001010110000101001101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,214,170); }

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

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

 a { background-color: rgb(25,214,170); }

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

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

 span { border-color: rgb(25,214,170); }

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