#10D19E

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

Shades of Caribbean Green #10D19E

Tints of Caribbean Green #10D19E

Color information

#10D19E (or 0x10D19E) is unknown color: approx Caribbean Green. HEX triplet: 10, D1 and 9E. RGB value is (16,209,158). Sum of RGB (Red+Green+Blue) = 16+209+158=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #10D19E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D19E is #EF2E61. Grayscale: #919191. Windows color (decimal): -15674978 or 10408208. OLE color: 10408208.

HSL color Cylindrical-coordinate representation of color #10D19E: hue angle of 164.15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D19E is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB16209158-
CMYK0.9200.240.18
HSL164.15º85.78%44.12%-
HSV(B)164.15º92.34%81.96%-
XYZ29.1948.1840.11-
YUV145.48135.0635.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.18%
GREEN value IS 209 (82.03% from 255) = 54.57%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=4.18%
G=54.57%
B=41.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162091580.9200.240.18164.1585.7844.12
Hex10D19E5C01812a4562c
Octal203212361340302224412654
Binary100001101000110011110101110001100010010101001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D19E; }

 p { color: rgb(16,209,158); }

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

<style>
 a { background-color: #10D19E; }

 a { background-color: rgb(16,209,158); }

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

<style>
 span { border-color: #10D19E; }

 span { border-color: rgb(16,209,158); }

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