#10D2A6

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

Shades of Caribbean Green #10D2A6

Tints of Caribbean Green #10D2A6

Color information

#10D2A6 (or 0x10D2A6) is unknown color: approx Caribbean Green. HEX triplet: 10, D2 and A6. RGB value is (16,210,166). Sum of RGB (Red+Green+Blue) = 16+210+166=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #10D2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D2A6 is #EF2D59. Grayscale: #929292. Windows color (decimal): -15674714 or 10932752. OLE color: 10932752.

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

Color convert

RGB16210166-
CMYK0.9200.210.18
HSL166.39º85.84%44.31%-
HSV(B)166.39º92.38%82.35%-
XYZ30.1448.9643.94-
YUV146.98138.7334.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.08%
GREEN value IS 210 (82.42% from 255) = 53.57%
BLUE value IS 166 (65.23% from 255) = 42.35%
R=4.08%
G=53.57%
B=42.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162101660.9200.210.18166.3985.8444.31
Hex10D2A65C01512a6562c
Octal203222461340252224612654
Binary100001101001010100110101110001010110010101001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,210,166); }

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

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

 a { background-color: rgb(16,210,166); }

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

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

 span { border-color: rgb(16,210,166); }

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