#0EBE98

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

Shades of Caribbean Green #0EBE98

Tints of Caribbean Green #0EBE98

Color information

#0EBE98 (or 0x0EBE98) is unknown color: approx Caribbean Green. HEX triplet: 0E, BE and 98. RGB value is (14,190,152). Sum of RGB (Red+Green+Blue) = 14+190+152=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE98 is #F14167. Grayscale: #858585. Windows color (decimal): -15810920 or 10010126. OLE color: 10010126.

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

Color convert

RGB14190152-
CMYK0.9300.20.25
HSL167.05º86.27%40%-
HSV(B)167.05º92.63%74.51%-
XYZ24.2639.1935.99-
YUV133.04138.6943.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.93%
GREEN value IS 190 (74.61% from 255) = 53.37%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=3.93%
G=53.37%
B=42.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901520.9300.20.25167.0586.2740
HexEBE985D01419a75628
Octal162762301350243124712650
Binary11101011111010011000101110101010011001101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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