Html Css Color HEX #0EADB2 Light Sea Green

📋 copy color: '#0EADB2'

red 14 ◦ green 173 ◦ blue 178

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

Shades of Light Sea Green #0EADB2

Tints of Light Sea Green #0EADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.77%

R = 3.84%
G = 47.4%
B = 48.77%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0EADB2 (or 0x0EADB2) is known color: Light Sea Green. HEX triplet: 0E, AD and B2. RGB value is (14,173,178). Sum of RGB (Red+Green+Blue) = 14+173+178=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #0EADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADB2 is #F1524D. Grayscale: #7D7D7D. Windows color (decimal): -15815246 or 11709710. OLE color: 11709710.

HSL color Cylindrical-coordinate representation of color #0EADB2: hue angle of 181.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EADB2 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 173 178 -
CMYK 0.92 0.03 0 0.30
HSL 181.83º 0.85% 0.38% -
HSV(B) 181.83º 0.92% 0.7% -
XYZ 23.16 33.19 47.31 -
YUV 126.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 14 173 178 0.92 0.03 0 0.30 181.83 0.85 0.38
Hex E AD B2 5C 3 0 1E B6 55 26
Octal 16 255 262 134 3 0 36 266 125 46
Binary 1110 10101101 10110010 1011100 11 0 11110 10110110 1010101 100110

Color Harmonies of #0EADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADB2

Black with #0EADB2

Text Example


Text Example

White with #0EADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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