Html Css Color HEX #0EABAB Light Sea Green

📋 copy color: '#0EABAB'

red 14 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #0EABAB

Tints of Light Sea Green #0EABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 3.93%
G = 48.03%
B = 48.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0EABAB (or 0x0EABAB) is known color: Light Sea Green. HEX triplet: 0E, AB and AB. RGB value is (14,171,171). Sum of RGB (Red+Green+Blue) = 14+171+171=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #0EABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABAB is #F15454. Grayscale: #7B7B7B. Windows color (decimal): -15815765 or 11250446. OLE color: 11250446.

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

Color convert

RGB 14 171 171 -
CMYK 0.92 0 0 0.33
HSL 180º 0.85% 0.36% -
HSV(B) 180º 0.92% 0.67% -
XYZ 22.09 32.16 43.57 -
YUV 124.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 14 171 171 0.92 0 0 0.33 180 0.85 0.36
Hex E AB AB 5C 0 0 21 B4 55 24
Octal 16 253 253 134 0 0 41 264 125 44
Binary 1110 10101011 10101011 1011100 0 0 100001 10110100 1010101 100100

Color Harmonies of #0EABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABAB

Black with #0EABAB

Text Example


Text Example

White with #0EABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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