Html Css Color HEX #0EADAF Light Sea Green

📋 copy color: '#0EADAF'

red 14 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #0EADAF

Tints of Light Sea Green #0EADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 3.87%
G = 47.79%
B = 48.34%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0EADAF (or 0x0EADAF) is known color: Light Sea Green. HEX triplet: 0E, AD and AF. RGB value is (14,173,175). Sum of RGB (Red+Green+Blue) = 14+173+175=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADAF is #F15250. Grayscale: #7D7D7D. Windows color (decimal): -15815249 or 11513102. OLE color: 11513102.

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

Color convert

RGB 14 173 175 -
CMYK 0.92 0.01 0 0.31
HSL 180.75º 0.85% 0.37% -
HSV(B) 180.75º 0.92% 0.69% -
XYZ 22.86 33.08 45.74 -
YUV 125.69 155.82 48.34 -
System Red Green Blue C M Y K H S L
Decimal 14 173 175 0.92 0.01 0 0.31 180.75 0.85 0.37
Hex E AD AF 5C 1 0 1F B5 55 25
Octal 16 255 257 134 1 0 37 265 125 45
Binary 1110 10101101 10101111 1011100 1 0 11111 10110101 1010101 100101

Color Harmonies of #0EADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADAF

Black with #0EADAF

Text Example


Text Example

White with #0EADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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