#10E19D

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

Shades of Caribbean Green #10E19D

Tints of Caribbean Green #10E19D

Color information

#10E19D (or 0x10E19D) is unknown color: approx Caribbean Green. HEX triplet: 10, E1 and 9D. RGB value is (16,225,157). Sum of RGB (Red+Green+Blue) = 16+225+157=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #10E19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E19D is #EF1E62. Grayscale: #9A9A9A. Windows color (decimal): -15670883 or 10346768. OLE color: 10346768.

HSL color Cylindrical-coordinate representation of color #10E19D: hue angle of 160.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E19D is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB16225157-
CMYK0.9300.300.12
HSL160.48º86.72%47.25%-
HSV(B)160.48º92.89%88.24%-
XYZ33.2256.3941.03-
YUV154.76129.2629.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.02%
GREEN value IS 225 (88.28% from 255) = 56.53%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=4.02%
G=56.53%
B=39.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162251570.9300.300.12160.4886.7247.25
Hex10E19D5D01ECa0572f
Octal203412351350361424012757
Binary10000111000011001110110111010111101100101000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,225,157); }

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

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

 a { background-color: rgb(16,225,157); }

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

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

 span { border-color: rgb(16,225,157); }

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