Html Css Color HEX #0EADB5 Light Sea Green

📋 copy color: '#0EADB5'

red 14 ◦ green 173 ◦ blue 181

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

Shades of Light Sea Green #0EADB5

Tints of Light Sea Green #0EADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.18%

R = 3.8%
G = 47.01%
B = 49.18%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0EADB5 (or 0x0EADB5) is known color: Light Sea Green. HEX triplet: 0E, AD and B5. RGB value is (14,173,181). Sum of RGB (Red+Green+Blue) = 14+173+181=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #0EADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADB5 is #F1524A. Grayscale: #7E7E7E. Windows color (decimal): -15815243 or 11906318. OLE color: 11906318.

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

Color convert

RGB 14 173 181 -
CMYK 0.92 0.04 0 0.29
HSL 182.87º 0.86% 0.38% -
HSV(B) 182.87º 0.92% 0.71% -
XYZ 23.47 33.32 48.91 -
YUV 126.37 158.82 47.85 -
System Red Green Blue C M Y K H S L
Decimal 14 173 181 0.92 0.04 0 0.29 182.87 0.86 0.38
Hex E AD B5 5C 4 0 1D B7 56 26
Octal 16 255 265 134 4 0 35 267 126 46
Binary 1110 10101101 10110101 1011100 100 0 11101 10110111 1010110 100110

Color Harmonies of #0EADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADB5

Black with #0EADB5

Text Example


Text Example

White with #0EADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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