Html Css Color HEX #0E7C67 Deep Sea

📋 copy color: '#0E7C67'

red 14 ◦ green 124 ◦ blue 103

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

Shades of Deep Sea #0E7C67

Tints of Deep Sea #0E7C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 5.81%
G = 51.45%
B = 42.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#0E7C67 (or 0x0E7C67) is known color: Deep Sea. HEX triplet: 0E, 7C and 67. RGB value is (14,124,103). Sum of RGB (Red+Green+Blue) = 14+124+103=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C67 is #F18398. Grayscale: #585858. Windows color (decimal): -15827865 or 6781966. OLE color: 6781966.

HSL color Cylindrical-coordinate representation of color #0E7C67: hue angle of 168.55º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C67 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 124 103 -
CMYK 0.89 0 0.17 0.51
HSL 168.55º 0.8% 0.27% -
HSV(B) 168.55º 0.89% 0.49% -
XYZ 9.84 15.49 15.3 -
YUV 88.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 14 124 103 0.89 0 0.17 0.51 168.55 0.8 0.27
Hex E 7C 67 59 0 11 33 A9 50 1B
Octal 16 174 147 131 0 21 63 251 120 33
Binary 1110 1111100 1100111 1011001 0 10001 110011 10101001 1010000 11011

Color Harmonies of #0E7C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7C67

Black with #0E7C67

Text Example


Text Example

White with #0E7C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,124,103); }

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

background-color css

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

 a { background-color: rgb(14,124,103); }

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

border-color css

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

 span { border-color: rgb(14,124,103); }

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