Html Css Color HEX #0EABB2 Light Sea Green

📋 copy color: '#0EABB2'

red 14 ◦ green 171 ◦ blue 178

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

Shades of Light Sea Green #0EABB2

Tints of Light Sea Green #0EABB2

RGB

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

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

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

R = 3.86%
G = 47.11%
B = 49.04%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0EABB2 (or 0x0EABB2) is known color: Light Sea Green. HEX triplet: 0E, AB and B2. RGB value is (14,171,178). Sum of RGB (Red+Green+Blue) = 14+171+178=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #0EABB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABB2 is #F1544D. Grayscale: #7C7C7C. Windows color (decimal): -15815758 or 11709198. OLE color: 11709198.

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

Color convert

RGB 14 171 178 -
CMYK 0.92 0.04 0 0.30
HSL 182.56º 0.85% 0.38% -
HSV(B) 182.56º 0.92% 0.7% -
XYZ 22.78 32.43 47.18 -
YUV 124.86 157.99 48.93 -
System Red Green Blue C M Y K H S L
Decimal 14 171 178 0.92 0.04 0 0.30 182.56 0.85 0.38
Hex E AB B2 5C 4 0 1E B7 55 26
Octal 16 253 262 134 4 0 36 267 125 46
Binary 1110 10101011 10110010 1011100 100 0 11110 10110111 1010101 100110

Color Harmonies of #0EABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABB2

Black with #0EABB2

Text Example


Text Example

White with #0EABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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