#10e086

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

Shades of Caribbean Green #10E086

Tints of Caribbean Green #10E086

Color information

#10E086 (or 0x10E086) is unknown color: approx Caribbean Green. HEX triplet: 10, E0 and 86. RGB value is (16,224,134). Sum of RGB (Red+Green+Blue) = 16+224+134=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #10E086 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E086 is #EF1F79. Grayscale: #979797. Windows color (decimal): -15671162 or 8839184. OLE color: 8839184.

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

Color convert

RGB16224134-
CMYK0.9300.400.12
HSL154.04º86.67%47.06%-
HSV(B)154.04º92.86%87.84%-
XYZ31.1755.1431.55-
YUV151.55118.0931.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.28%
GREEN value IS 224 (87.89% from 255) = 59.89%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=4.28%
G=59.89%
B=35.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162241340.9300.400.12154.0486.6747.06
Hex10E0865D028C9a572f
Octal203402061350501423212757
Binary100001110000010000110101110101010001100100110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10e086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,224,134); }

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

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

 a { background-color: rgb(16,224,134); }

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

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

 span { border-color: rgb(16,224,134); }

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