#0EC1A4

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

Shades of Caribbean Green #0EC1A4

Tints of Caribbean Green #0EC1A4

Color information

#0EC1A4 (or 0x0EC1A4) is unknown color: approx Caribbean Green. HEX triplet: 0E, C1 and A4. RGB value is (14,193,164). Sum of RGB (Red+Green+Blue) = 14+193+164=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC1A4 is #F13E5B. Grayscale: #888888. Windows color (decimal): -15810140 or 10797326. OLE color: 10797326.

HSL color Cylindrical-coordinate representation of color #0EC1A4: hue angle of 170.28º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1A4 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB14193164-
CMYK0.9300.150.24
HSL170.28º86.47%40.59%-
HSV(B)170.28º92.75%75.69%-
XYZ25.9540.9141.65-
YUV136.17143.740.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.77%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=3.77%
G=52.02%
B=44.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931640.9300.150.24170.2886.4740.59
HexEC1A45D0F18aa5629
Octal163012441350173025212651
Binary1110110000011010010010111010111111000101010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,193,164); }

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

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

 a { background-color: rgb(14,193,164); }

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

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

 span { border-color: rgb(14,193,164); }

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