Html Css Color HEX #0EABA5 Light Sea Green

📋 copy color: '#0EABA5'

red 14 ◦ green 171 ◦ blue 165

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

Shades of Light Sea Green #0EABA5

Tints of Light Sea Green #0EABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.86%

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 4%
G = 48.86%
B = 47.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0EABA5 (or 0x0EABA5) is known color: Light Sea Green. HEX triplet: 0E, AB and A5. RGB value is (14,171,165). Sum of RGB (Red+Green+Blue) = 14+171+165=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA5 is #F1545A. Grayscale: #7B7B7B. Windows color (decimal): -15815771 or 10857230. OLE color: 10857230.

HSL color Cylindrical-coordinate representation of color #0EABA5: hue angle of 177.71º 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 #0EABA5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 165 -
CMYK 0.92 0 0.04 0.33
HSL 177.71º 0.85% 0.36% -
HSV(B) 177.71º 0.92% 0.67% -
XYZ 21.54 31.94 40.63 -
YUV 123.37 151.49 49.99 -
System Red Green Blue C M Y K H S L
Decimal 14 171 165 0.92 0 0.04 0.33 177.71 0.85 0.36
Hex E AB A5 5C 0 4 21 B2 55 24
Octal 16 253 245 134 0 4 41 262 125 44
Binary 1110 10101011 10100101 1011100 0 100 100001 10110010 1010101 100100

Color Harmonies of #0EABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABA5

Black with #0EABA5

Text Example


Text Example

White with #0EABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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