#0EBE96

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

Shades of Caribbean Green #0EBE96

Tints of Caribbean Green #0EBE96

Color information

#0EBE96 (or 0x0EBE96) is unknown color: approx Caribbean Green. HEX triplet: 0E, BE and 96. RGB value is (14,190,150). Sum of RGB (Red+Green+Blue) = 14+190+150=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE96 is #F14169. Grayscale: #848484. Windows color (decimal): -15810922 or 9879054. OLE color: 9879054.

HSL color Cylindrical-coordinate representation of color #0EBE96: hue angle of 166.36º 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 #0EBE96 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB14190150-
CMYK0.9300.210.25
HSL166.36º86.27%40%-
HSV(B)166.36º92.63%74.51%-
XYZ24.139.1235.14-
YUV132.82137.6943.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.95%
GREEN value IS 190 (74.61% from 255) = 53.67%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=3.95%
G=53.67%
B=42.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901500.9300.210.25166.3686.2740
HexEBE965D01519a65628
Octal162762261350253124612650
Binary11101011111010010110101110101010111001101001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,150); }

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

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

 a { background-color: rgb(14,190,150); }

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

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

 span { border-color: rgb(14,190,150); }

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