Html Css Color HEX #0EA5AC Light Sea Green

📋 copy color: '#0EA5AC'

red 14 ◦ green 165 ◦ blue 172

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

Shades of Light Sea Green #0EA5AC

Tints of Light Sea Green #0EA5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 3.99%
G = 47.01%
B = 49%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0EA5AC (or 0x0EA5AC) is known color: Light Sea Green. HEX triplet: 0E, A5 and AC. RGB value is (14,165,172). Sum of RGB (Red+Green+Blue) = 14+165+172=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #0EA5AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA5AC is #F15A53. Grayscale: #787878. Windows color (decimal): -15817300 or 11314446. OLE color: 11314446.

HSL color Cylindrical-coordinate representation of color #0EA5AC: hue angle of 182.66º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA5AC is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 165 172 -
CMYK 0.92 0.04 0 0.33
HSL 182.66º 0.85% 0.36% -
HSV(B) 182.66º 0.92% 0.67% -
XYZ 21.08 29.98 43.71 -
YUV 120.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 14 165 172 0.92 0.04 0 0.33 182.66 0.85 0.36
Hex E A5 AC 5C 4 0 21 B7 55 24
Octal 16 245 254 134 4 0 41 267 125 44
Binary 1110 10100101 10101100 1011100 100 0 100001 10110111 1010101 100100

Color Harmonies of #0EA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA5AC

Black with #0EA5AC

Text Example


Text Example

White with #0EA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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