Html Css Color HEX #0EB9A0 Light Sea Green

📋 copy color: '#0EB9A0'

red 14 ◦ green 185 ◦ blue 160

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

Shades of Light Sea Green #0EB9A0

Tints of Light Sea Green #0EB9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 3.9%
G = 51.53%
B = 44.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#0EB9A0 (or 0x0EB9A0) is known color: Light Sea Green. HEX triplet: 0E, B9 and A0. RGB value is (14,185,160). Sum of RGB (Red+Green+Blue) = 14+185+160=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB9A0 is #F1465F. Grayscale: #828282. Windows color (decimal): -15812192 or 10533134. OLE color: 10533134.

HSL color Cylindrical-coordinate representation of color #0EB9A0: hue angle of 171.23º 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 #0EB9A0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 160 -
CMYK 0.92 0 0.14 0.27
HSL 171.23º 0.86% 0.39% -
HSV(B) 171.23º 0.92% 0.73% -
XYZ 23.88 37.33 39.2 -
YUV 131.02 144.35 44.53 -
System Red Green Blue C M Y K H S L
Decimal 14 185 160 0.92 0 0.14 0.27 171.23 0.86 0.39
Hex E B9 A0 5C 0 E 1B AB 56 27
Octal 16 271 240 134 0 16 33 253 126 47
Binary 1110 10111001 10100000 1011100 0 1110 11011 10101011 1010110 100111

Color Harmonies of #0EB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB9A0

Black with #0EB9A0

Text Example


Text Example

White with #0EB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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