#10DC84

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

Shades of Caribbean Green #10DC84

Tints of Caribbean Green #10DC84

Color information

#10DC84 (or 0x10DC84) is unknown color: approx Caribbean Green. HEX triplet: 10, DC and 84. RGB value is (16,220,132). Sum of RGB (Red+Green+Blue) = 16+220+132=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC84 is #EF237B. Grayscale: #959595. Windows color (decimal): -15672188 or 8707088. OLE color: 8707088.

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

Color convert

RGB16220132-
CMYK0.9300.400.14
HSL154.12º86.44%46.27%-
HSV(B)154.12º92.73%86.27%-
XYZ29.9752.9630.47-
YUV148.97118.4133.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.35%
GREEN value IS 220 (86.33% from 255) = 59.78%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=4.35%
G=59.78%
B=35.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162201320.9300.400.14154.1286.4446.27
Hex10DC845D028E9a562e
Octal203342041350501623212656
Binary100001101110010000100101110101010001110100110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,220,132); }

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

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

 a { background-color: rgb(16,220,132); }

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

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

 span { border-color: rgb(16,220,132); }

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