Html Css Color HEX #0EA7AF Light Sea Green

📋 copy color: '#0EA7AF'

red 14 ◦ green 167 ◦ blue 175

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

Shades of Light Sea Green #0EA7AF

Tints of Light Sea Green #0EA7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 3.93%
G = 46.91%
B = 49.16%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0EA7AF (or 0x0EA7AF) is known color: Light Sea Green. HEX triplet: 0E, A7 and AF. RGB value is (14,167,175). Sum of RGB (Red+Green+Blue) = 14+167+175=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EA7AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7AF is #F15850. Grayscale: #797979. Windows color (decimal): -15816785 or 11511566. OLE color: 11511566.

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

Color convert

RGB 14 167 175 -
CMYK 0.92 0.05 0 0.31
HSL 182.98º 0.85% 0.37% -
HSV(B) 182.98º 0.92% 0.69% -
XYZ 21.74 30.83 45.36 -
YUV 122.17 157.81 50.85 -
System Red Green Blue C M Y K H S L
Decimal 14 167 175 0.92 0.05 0 0.31 182.98 0.85 0.37
Hex E A7 AF 5C 5 0 1F B7 55 25
Octal 16 247 257 134 5 0 37 267 125 45
Binary 1110 10100111 10101111 1011100 101 0 11111 10110111 1010101 100101

Color Harmonies of #0EA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA7AF

Black with #0EA7AF

Text Example


Text Example

White with #0EA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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