Html Css Color HEX #0EBFAC Light Sea Green

📋 copy color: '#0EBFAC'

red 14 ◦ green 191 ◦ blue 172

#0EBFAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0EBFAC

Tints of Light Sea Green #0EBFAC

RGB

 RED value IS 14 (5.86% from 255) = 3.71%

 GREEN value IS 191 (75% from 255) = 50.66%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 3.71%
G = 50.66%
B = 45.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#0EBFAC (or 0x0EBFAC) is known color: Light Sea Green. HEX triplet: 0E, BF and AC. RGB value is (14,191,172). Sum of RGB (Red+Green+Blue) = 14+191+172=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBFAC is #F14053. Grayscale: #878787. Windows color (decimal): -15810644 or 11321102. OLE color: 11321102.

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

Color convert

RGB 14 191 172 -
CMYK 0.93 0 0.10 0.25
HSL 173.56º 0.86% 0.4% -
HSV(B) 173.56º 0.93% 0.75% -
XYZ 26.26 40.33 45.43 -
YUV 135.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 14 191 172 0.93 0 0.10 0.25 173.56 0.86 0.4
Hex E BF AC 5D 0 A 19 AE 56 28
Octal 16 277 254 135 0 12 31 256 126 50
Binary 1110 10111111 10101100 1011101 0 1010 11001 10101110 1010110 101000

Color Harmonies of #0EBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFAC

Black with #0EBFAC

Text Example


Text Example

White with #0EBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EBFAC;
 }
 .AnyTagClassName
 {
   color: #0EBFAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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