Html Css Color HEX #0E7F62 Deep Sea

📋 copy color: '#0E7F62'

red 14 ◦ green 127 ◦ blue 98

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

Shades of Deep Sea #0E7F62

Tints of Deep Sea #0E7F62

RGB

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

 GREEN value IS 127 (50% from 255) = 53.14%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 5.86%
G = 53.14%
B = 41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#0E7F62 (or 0x0E7F62) is known color: Deep Sea. HEX triplet: 0E, 7F and 62. RGB value is (14,127,98). Sum of RGB (Red+Green+Blue) = 14+127+98=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F62 is #F1809D. Grayscale: #595959. Windows color (decimal): -15827102 or 6455054. OLE color: 6455054.

HSL color Cylindrical-coordinate representation of color #0E7F62: hue angle of 164.6º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F62 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 127 98 -
CMYK 0.89 0 0.23 0.50
HSL 164.6º 0.8% 0.28% -
HSV(B) 164.6º 0.89% 0.5% -
XYZ 9.98 16.15 14.15 -
YUV 89.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 14 127 98 0.89 0 0.23 0.50 164.6 0.8 0.28
Hex E 7F 62 59 0 17 32 A5 50 1C
Octal 16 177 142 131 0 27 62 245 120 34
Binary 1110 1111111 1100010 1011001 0 10111 110010 10100101 1010000 11100

Color Harmonies of #0E7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7F62

Black with #0E7F62

Text Example


Text Example

White with #0E7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,127,98); }

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

background-color css

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

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

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

border-color css

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

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

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