#10CC87

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

Shades of Caribbean Green #10CC87

Tints of Caribbean Green #10CC87

Color information

#10CC87 (or 0x10CC87) is unknown color: approx Caribbean Green. HEX triplet: 10, CC and 87. RGB value is (16,204,135). Sum of RGB (Red+Green+Blue) = 16+204+135=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CC87 is #EF3378. Grayscale: #8C8C8C. Windows color (decimal): -15676281 or 8899600. OLE color: 8899600.

HSL color Cylindrical-coordinate representation of color #10CC87: hue angle of 157.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC87 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB16204135-
CMYK0.9200.340.2
HSL157.98º85.45%43.14%-
HSV(B)157.98º92.16%80%-
XYZ26.1845.0530.24-
YUV139.92125.2239.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 204 (80.08% from 255) = 57.46%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=4.51%
G=57.46%
B=38.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041350.9200.340.2157.9885.4543.14
Hex10CC875C022149e552b
Octal203142071340422423612553
Binary1000011001100100001111011100010001010100100111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,204,135); }

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

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

 a { background-color: rgb(16,204,135); }

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

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

 span { border-color: rgb(16,204,135); }

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