#10D18D

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

Shades of Caribbean Green #10D18D

Tints of Caribbean Green #10D18D

Color information

#10D18D (or 0x10D18D) is unknown color: approx Caribbean Green. HEX triplet: 10, D1 and 8D. RGB value is (16,209,141). Sum of RGB (Red+Green+Blue) = 16+209+141=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #10D18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D18D is #EF2E72. Grayscale: #8F8F8F. Windows color (decimal): -15674995 or 9294096. OLE color: 9294096.

HSL color Cylindrical-coordinate representation of color #10D18D: hue angle of 158.86º 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 #10D18D is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB16209141-
CMYK0.9200.330.18
HSL158.86º85.78%44.12%-
HSV(B)158.86º92.34%81.96%-
XYZ27.8247.6332.93-
YUV143.54126.5637.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.37%
GREEN value IS 209 (82.03% from 255) = 57.10%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=4.37%
G=57.10%
B=38.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162091410.9200.330.18158.8685.7844.12
Hex10D18D5C021129f562c
Octal203212151340412223712654
Binary1000011010001100011011011100010000110010100111111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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