#0EC0BA

Color #0EC0BA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0EC0BA

Tints of Iris Blue #0EC0BA

Color information

#0EC0BA (or 0x0EC0BA) is unknown color: approx Iris Blue. HEX triplet: 0E, C0 and BA. RGB value is (14,192,186). Sum of RGB (Red+Green+Blue) = 14+192+186=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0BA is #F13F45. Grayscale: #898989. Windows color (decimal): -15810374 or 12238862. OLE color: 12238862.

HSL color Cylindrical-coordinate representation of color #0EC0BA: hue angle of 177.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0BA is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB14192186-
CMYK0.9300.030.25
HSL177.98º86.41%40.39%-
HSV(B)177.98º92.71%75.29%-
XYZ27.8941.3452.96-
YUV138.09155.0339.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.57%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=3.57%
G=48.98%
B=47.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921860.9300.030.25177.9886.4140.39
HexEC0BA5D0319b25628
Octal16300272135033126212650
Binary11101100000010111010101110101111001101100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,186); }

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

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

 a { background-color: rgb(14,192,186); }

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

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

 span { border-color: rgb(14,192,186); }

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