#0EBF9F

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

Shades of Caribbean Green #0EBF9F

Tints of Caribbean Green #0EBF9F

Color information

#0EBF9F (or 0x0EBF9F) is unknown color: approx Caribbean Green. HEX triplet: 0E, BF and 9F. RGB value is (14,191,159). Sum of RGB (Red+Green+Blue) = 14+191+159=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBF9F is #F14060. Grayscale: #868686. Windows color (decimal): -15810657 or 10469134. OLE color: 10469134.

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

Color convert

RGB14191159-
CMYK0.9300.170.25
HSL169.15º86.34%40.2%-
HSV(B)169.15º92.67%74.9%-
XYZ25.0739.8639.17-
YUV134.43141.8642.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.85%
GREEN value IS 191 (75% from 255) = 52.47%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=3.85%
G=52.47%
B=43.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141911590.9300.170.25169.1586.3440.2
HexEBF9F5D01119a95628
Octal162772371350213125112650
Binary11101011111110011111101110101000111001101010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,191,159); }

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

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

 a { background-color: rgb(14,191,159); }

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

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

 span { border-color: rgb(14,191,159); }

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