#0EDFAA

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

Shades of Caribbean Green #0EDFAA

Tints of Caribbean Green #0EDFAA

Color information

#0EDFAA (or 0x0EDFAA) is unknown color: approx Caribbean Green. HEX triplet: 0E, DF and AA. RGB value is (14,223,170). Sum of RGB (Red+Green+Blue) = 14+223+170=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAA is #F12055. Grayscale: #9A9A9A. Windows color (decimal): -15802454 or 11198222. OLE color: 11198222.

HSL color Cylindrical-coordinate representation of color #0EDFAA: hue angle of 164.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFAA is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB14223170-
CMYK0.9400.240.13
HSL164.78º88.19%46.47%-
HSV(B)164.78º93.72%87.45%-
XYZ33.8255.7747.01-
YUV154.47136.7627.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.44%
GREEN value IS 223 (87.5% from 255) = 54.79%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=3.44%
G=54.79%
B=41.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231700.9400.240.13164.7888.1946.47
HexEDFAA5E018Da5582e
Octal163372521360301524513056
Binary1110110111111010101010111100110001101101001011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EDFAA; }

 p { color: rgb(14,223,170); }

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

<style>
 a { background-color: #0EDFAA; }

 a { background-color: rgb(14,223,170); }

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

<style>
 span { border-color: #0EDFAA; }

 span { border-color: rgb(14,223,170); }

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