Html Css Color HEX #0EA7B2 Light Sea Green

📋 copy color: '#0EA7B2'

red 14 ◦ green 167 ◦ blue 178

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

Shades of Light Sea Green #0EA7B2

Tints of Light Sea Green #0EA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.52%

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

R = 3.9%
G = 46.52%
B = 49.58%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0EA7B2 (or 0x0EA7B2) is known color: Light Sea Green. HEX triplet: 0E, A7 and B2. RGB value is (14,167,178). Sum of RGB (Red+Green+Blue) = 14+167+178=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #0EA7B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7B2 is #F1584D. Grayscale: #7A7A7A. Windows color (decimal): -15816782 or 11708174. OLE color: 11708174.

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

Color convert

RGB 14 167 178 -
CMYK 0.92 0.06 0 0.30
HSL 184.02º 0.85% 0.38% -
HSV(B) 184.02º 0.92% 0.7% -
XYZ 22.04 30.95 46.93 -
YUV 122.51 159.31 50.61 -
System Red Green Blue C M Y K H S L
Decimal 14 167 178 0.92 0.06 0 0.30 184.02 0.85 0.38
Hex E A7 B2 5C 6 0 1E B8 55 26
Octal 16 247 262 134 6 0 36 270 125 46
Binary 1110 10100111 10110010 1011100 110 0 11110 10111000 1010101 100110

Color Harmonies of #0EA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA7B2

Black with #0EA7B2

Text Example


Text Example

White with #0EA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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