#10DE94

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

Shades of Caribbean Green #10DE94

Tints of Caribbean Green #10DE94

Color information

#10DE94 (or 0x10DE94) is unknown color: approx Caribbean Green. HEX triplet: 10, DE and 94. RGB value is (16,222,148). Sum of RGB (Red+Green+Blue) = 16+222+148=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DE94 is #EF216B. Grayscale: #989898. Windows color (decimal): -15671660 or 9756176. OLE color: 9756176.

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

Color convert

RGB16222148-
CMYK0.9300.330.13
HSL158.45º86.55%46.67%-
HSV(B)158.45º92.79%87.06%-
XYZ31.6854.4936.87-
YUV151.97125.7531.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.15%
GREEN value IS 222 (87.11% from 255) = 57.51%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=4.15%
G=57.51%
B=38.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162221480.9300.330.13158.4586.5546.67
Hex10DE945D021D9e572f
Octal203362241350411523612757
Binary100001101111010010100101110101000011101100111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,222,148); }

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

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

 a { background-color: rgb(16,222,148); }

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

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

 span { border-color: rgb(16,222,148); }

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