Html Css Color HEX #0E7F65 Deep Sea

📋 copy color: '#0E7F65'

red 14 ◦ green 127 ◦ blue 101

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

Shades of Deep Sea #0E7F65

Tints of Deep Sea #0E7F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 5.79%
G = 52.48%
B = 41.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#0E7F65 (or 0x0E7F65) is known color: Deep Sea. HEX triplet: 0E, 7F and 65. RGB value is (14,127,101). Sum of RGB (Red+Green+Blue) = 14+127+101=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F65 is #F1809A. Grayscale: #5A5A5A. Windows color (decimal): -15827099 or 6651662. OLE color: 6651662.

HSL color Cylindrical-coordinate representation of color #0E7F65: hue angle of 166.19º 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 #0E7F65 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 127 101 -
CMYK 0.89 0 0.20 0.50
HSL 166.19º 0.8% 0.28% -
HSV(B) 166.19º 0.89% 0.5% -
XYZ 10.12 16.21 14.91 -
YUV 90.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 14 127 101 0.89 0 0.20 0.50 166.19 0.8 0.28
Hex E 7F 65 59 0 14 32 A6 50 1C
Octal 16 177 145 131 0 24 62 246 120 34
Binary 1110 1111111 1100101 1011001 0 10100 110010 10100110 1010000 11100

Color Harmonies of #0E7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7F65

Black with #0E7F65

Text Example


Text Example

White with #0E7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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