#10DD9C

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

Shades of Caribbean Green #10DD9C

Tints of Caribbean Green #10DD9C

Color information

#10DD9C (or 0x10DD9C) is unknown color: approx Caribbean Green. HEX triplet: 10, DD and 9C. RGB value is (16,221,156). Sum of RGB (Red+Green+Blue) = 16+221+156=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DD9C is #EF2263. Grayscale: #989898. Windows color (decimal): -15671908 or 10280208. OLE color: 10280208.

HSL color Cylindrical-coordinate representation of color #10DD9C: hue angle of 160.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD9C is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB16221156-
CMYK0.9300.290.13
HSL160.98º86.5%46.47%-
HSV(B)160.98º92.76%86.67%-
XYZ32.0754.2240.23-
YUV152.29130.0830.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.07%
GREEN value IS 221 (86.72% from 255) = 56.23%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=4.07%
G=56.23%
B=39.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162211560.9300.290.13160.9886.546.47
Hex10DD9C5D01DDa1562e
Octal203352341350351524112656
Binary10000110111011001110010111010111011101101000011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,221,156); }

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

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

 a { background-color: rgb(16,221,156); }

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

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

 span { border-color: rgb(16,221,156); }

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