#0ECA8B

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

Shades of Caribbean Green #0ECA8B

Tints of Caribbean Green #0ECA8B

Color information

#0ECA8B (or 0x0ECA8B) is unknown color: approx Caribbean Green. HEX triplet: 0E, CA and 8B. RGB value is (14,202,139). Sum of RGB (Red+Green+Blue) = 14+202+139=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA8B is #F13574. Grayscale: #8A8A8A. Windows color (decimal): -15807861 or 9161230. OLE color: 9161230.

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

Color convert

RGB14202139-
CMYK0.9300.310.21
HSL159.89º87.04%42.35%-
HSV(B)159.89º93.07%79.22%-
XYZ25.9644.231.59-
YUV138.61128.2239.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.94%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=3.94%
G=56.90%
B=39.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021390.9300.310.21159.8987.0442.35
HexECA8B5D01F15a0572a
Octal163122131350372524012752
Binary11101100101010001011101110101111110101101000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,139); }

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

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

 a { background-color: rgb(14,202,139); }

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

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

 span { border-color: rgb(14,202,139); }

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