Html Css Color HEX #0EBFAF Light Sea Green

📋 copy color: '#0EBFAF'

red 14 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #0EBFAF

Tints of Light Sea Green #0EBFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 3.68%
G = 50.26%
B = 46.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#0EBFAF (or 0x0EBFAF) is known color: Light Sea Green. HEX triplet: 0E, BF and AF. RGB value is (14,191,175). Sum of RGB (Red+Green+Blue) = 14+191+175=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBFAF is #F14050. Grayscale: #888888. Windows color (decimal): -15810641 or 11517710. OLE color: 11517710.

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

Color convert

RGB 14 191 175 -
CMYK 0.93 0 0.08 0.25
HSL 174.58º 0.86% 0.4% -
HSV(B) 174.58º 0.93% 0.75% -
XYZ 26.55 40.45 46.97 -
YUV 136.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 14 191 175 0.93 0 0.08 0.25 174.58 0.86 0.4
Hex E BF AF 5D 0 8 19 AF 56 28
Octal 16 277 257 135 0 10 31 257 126 50
Binary 1110 10111111 10101111 1011101 0 1000 11001 10101111 1010110 101000

Color Harmonies of #0EBFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFAF

Black with #0EBFAF

Text Example


Text Example

White with #0EBFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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