Html Css Color HEX #0EBFB7 Light Sea Green

📋 copy color: '#0EBFB7'

red 14 ◦ green 191 ◦ blue 183

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

Shades of Light Sea Green #0EBFB7

Tints of Light Sea Green #0EBFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 3.61%
G = 49.23%
B = 47.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#0EBFB7 (or 0x0EBFB7) is known color: Light Sea Green. HEX triplet: 0E, BF and B7. RGB value is (14,191,183). Sum of RGB (Red+Green+Blue) = 14+191+183=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFB7 is #F14048. Grayscale: #898989. Windows color (decimal): -15810633 or 12041998. OLE color: 12041998.

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

Color convert

RGB 14 191 183 -
CMYK 0.93 0 0.04 0.25
HSL 177.29º 0.86% 0.4% -
HSV(B) 177.29º 0.93% 0.75% -
XYZ 27.36 40.77 51.23 -
YUV 137.17 153.86 40.15 -
System Red Green Blue C M Y K H S L
Decimal 14 191 183 0.93 0 0.04 0.25 177.29 0.86 0.4
Hex E BF B7 5D 0 4 19 B1 56 28
Octal 16 277 267 135 0 4 31 261 126 50
Binary 1110 10111111 10110111 1011101 0 100 11001 10110001 1010110 101000

Color Harmonies of #0EBFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFB7

Black with #0EBFB7

Text Example


Text Example

White with #0EBFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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