#0EC68F

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

Shades of Caribbean Green #0EC68F

Tints of Caribbean Green #0EC68F

Color information

#0EC68F (or 0x0EC68F) is unknown color: approx Caribbean Green. HEX triplet: 0E, C6 and 8F. RGB value is (14,198,143). Sum of RGB (Red+Green+Blue) = 14+198+143=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC68F is #F13970. Grayscale: #888888. Windows color (decimal): -15808881 or 9422350. OLE color: 9422350.

HSL color Cylindrical-coordinate representation of color #0EC68F: hue angle of 162.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC68F is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB14198143-
CMYK0.9300.280.22
HSL162.07º86.79%41.57%-
HSV(B)162.07º92.93%77.65%-
XYZ25.3342.4632.85-
YUV136.71131.5440.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.94%
GREEN value IS 198 (77.73% from 255) = 55.77%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=3.94%
G=55.77%
B=40.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141981430.9300.280.22162.0786.7941.57
HexEC68F5D01C16a2572a
Octal163062171350342624212752
Binary11101100011010001111101110101110010110101000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,198,143); }

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

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

 a { background-color: rgb(14,198,143); }

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

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

 span { border-color: rgb(14,198,143); }

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