#0EBFA8

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

Shades of Light Sea Green #0EBFA8

Tints of Light Sea Green #0EBFA8

Color information

#0EBFA8 (or 0x0EBFA8) is unknown color: approx Light Sea Green. HEX triplet: 0E, BF and A8. RGB value is (14,191,168). Sum of RGB (Red+Green+Blue) = 14+191+168=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBFA8 is #F14057. Grayscale: #878787. Windows color (decimal): -15810648 or 11058958. OLE color: 11058958.

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

Color convert

RGB14191168-
CMYK0.9300.120.25
HSL172.2º86.34%40.2%-
HSV(B)172.2º92.67%74.9%-
XYZ25.8840.1843.44-
YUV135.45146.3641.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.75%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=3.75%
G=51.21%
B=45.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141911680.9300.120.25172.286.3440.2
HexEBFA85D0C19ac5628
Octal162772501350143125412650
Binary1110101111111010100010111010110011001101011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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