Html Css Color HEX #0EA5AD Light Sea Green

📋 copy color: '#0EA5AD'

red 14 ◦ green 165 ◦ blue 173

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

Shades of Light Sea Green #0EA5AD

Tints of Light Sea Green #0EA5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 3.98%
G = 46.88%
B = 49.15%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0EA5AD (or 0x0EA5AD) is known color: Light Sea Green. HEX triplet: 0E, A5 and AD. RGB value is (14,165,173). Sum of RGB (Red+Green+Blue) = 14+165+173=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #0EA5AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA5AD is #F15A52. Grayscale: #787878. Windows color (decimal): -15817299 or 11379982. OLE color: 11379982.

HSL color Cylindrical-coordinate representation of color #0EA5AD: hue angle of 183.02º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA5AD is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 165 173 -
CMYK 0.92 0.05 0 0.32
HSL 183.02º 0.85% 0.37% -
HSV(B) 183.02º 0.92% 0.68% -
XYZ 21.18 30.02 44.21 -
YUV 120.76 157.47 51.85 -
System Red Green Blue C M Y K H S L
Decimal 14 165 173 0.92 0.05 0 0.32 183.02 0.85 0.37
Hex E A5 AD 5C 5 0 20 B7 55 25
Octal 16 245 255 134 5 0 40 267 125 45
Binary 1110 10100101 10101101 1011100 101 0 100000 10110111 1010101 100101

Color Harmonies of #0EA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA5AD

Black with #0EA5AD

Text Example


Text Example

White with #0EA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,165,173); }

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

background-color css

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

 a { background-color: rgb(14,165,173); }

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

border-color css

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

 span { border-color: rgb(14,165,173); }

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