#10D1A4

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

Shades of Caribbean Green #10D1A4

Tints of Caribbean Green #10D1A4

Color information

#10D1A4 (or 0x10D1A4) is unknown color: approx Caribbean Green. HEX triplet: 10, D1 and A4. RGB value is (16,209,164). Sum of RGB (Red+Green+Blue) = 16+209+164=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #10D1A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D1A4 is #EF2E5B. Grayscale: #929292. Windows color (decimal): -15674972 or 10801424. OLE color: 10801424.

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

Color convert

RGB16209164-
CMYK0.9200.220.18
HSL166.01º85.78%44.12%-
HSV(B)166.01º92.34%81.96%-
XYZ29.7148.3942.9-
YUV146.16138.0635.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.11%
GREEN value IS 209 (82.03% from 255) = 53.73%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=4.11%
G=53.73%
B=42.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162091640.9200.220.18166.0185.7844.12
Hex10D1A45C01612a6562c
Octal203212441340262224612654
Binary100001101000110100100101110001011010010101001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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