Html Css Color HEX #0EAFB1 Light Sea Green

📋 copy color: '#0EAFB1'

red 14 ◦ green 175 ◦ blue 177

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

Shades of Light Sea Green #0EAFB1

Tints of Light Sea Green #0EAFB1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

 BLUE value IS 177 (69.53% from 255) = 48.36%

R = 3.83%
G = 47.81%
B = 48.36%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0EAFB1 (or 0x0EAFB1) is known color: Light Sea Green. HEX triplet: 0E, AF and B1. RGB value is (14,175,177). Sum of RGB (Red+Green+Blue) = 14+175+177=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #0EAFB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAFB1 is #F1504E. Grayscale: #7E7E7E. Windows color (decimal): -15814735 or 11644686. OLE color: 11644686.

HSL color Cylindrical-coordinate representation of color #0EAFB1: hue angle of 180.74º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAFB1 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 175 177 -
CMYK 0.92 0.01 0 0.31
HSL 180.74º 0.85% 0.37% -
HSV(B) 180.74º 0.92% 0.69% -
XYZ 23.45 33.93 46.91 -
YUV 127.09 156.16 47.34 -
System Red Green Blue C M Y K H S L
Decimal 14 175 177 0.92 0.01 0 0.31 180.74 0.85 0.37
Hex E AF B1 5C 1 0 1F B5 55 25
Octal 16 257 261 134 1 0 37 265 125 45
Binary 1110 10101111 10110001 1011100 1 0 11111 10110101 1010101 100101

Color Harmonies of #0EAFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAFB1

Black with #0EAFB1

Text Example


Text Example

White with #0EAFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,175,177); }

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

background-color css

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

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

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

border-color css

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

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

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