#10E19B

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

Shades of Caribbean Green #10E19B

Tints of Caribbean Green #10E19B

Color information

#10E19B (or 0x10E19B) is unknown color: approx Caribbean Green. HEX triplet: 10, E1 and 9B. RGB value is (16,225,155). Sum of RGB (Red+Green+Blue) = 16+225+155=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #10E19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E19B is #EF1E64. Grayscale: #9A9A9A. Windows color (decimal): -15670885 or 10215696. OLE color: 10215696.

HSL color Cylindrical-coordinate representation of color #10E19B: hue angle of 159.9º 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 #10E19B is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB16225155-
CMYK0.9300.310.12
HSL159.9º86.72%47.25%-
HSV(B)159.9º92.89%88.24%-
XYZ33.0656.3340.14-
YUV154.53128.2629.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.04%
GREEN value IS 225 (88.28% from 255) = 56.82%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=4.04%
G=56.82%
B=39.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162251550.9300.310.12159.986.7247.25
Hex10E19B5D01FCa0572f
Octal203412331350371424012757
Binary10000111000011001101110111010111111100101000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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