Html Css Color HEX #0EB9B1 Light Sea Green

📋 copy color: '#0EB9B1'

red 14 ◦ green 185 ◦ blue 177

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

Shades of Light Sea Green #0EB9B1

Tints of Light Sea Green #0EB9B1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 3.72%
G = 49.2%
B = 47.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#0EB9B1 (or 0x0EB9B1) is known color: Light Sea Green. HEX triplet: 0E, B9 and B1. RGB value is (14,185,177). Sum of RGB (Red+Green+Blue) = 14+185+177=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB9B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB9B1 is #F1464E. Grayscale: #848484. Windows color (decimal): -15812175 or 11647246. OLE color: 11647246.

HSL color Cylindrical-coordinate representation of color #0EB9B1: hue angle of 177.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB9B1 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 177 -
CMYK 0.92 0 0.04 0.27
HSL 177.19º 0.86% 0.39% -
HSV(B) 177.19º 0.92% 0.73% -
XYZ 25.47 37.97 47.58 -
YUV 132.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 14 185 177 0.92 0 0.04 0.27 177.19 0.86 0.39
Hex E B9 B1 5C 0 4 1B B1 56 27
Octal 16 271 261 134 0 4 33 261 126 47
Binary 1110 10111001 10110001 1011100 0 100 11011 10110001 1010110 100111

Color Harmonies of #0EB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB9B1

Black with #0EB9B1

Text Example


Text Example

White with #0EB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,177); }

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

background-color css

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

 a { background-color: rgb(14,185,177); }

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

border-color css

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

 span { border-color: rgb(14,185,177); }

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