Html Css Color HEX #0E765E Deep Sea

📋 copy color: '#0E765E'

red 14 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #0E765E

Tints of Deep Sea #0E765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.21%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 6.19%
G = 52.21%
B = 41.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#0E765E (or 0x0E765E) is known color: Deep Sea. HEX triplet: 0E, 76 and 5E. RGB value is (14,118,94). Sum of RGB (Red+Green+Blue) = 14+118+94=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #0E765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E765E is #F189A1. Grayscale: #545454. Windows color (decimal): -15829410 or 6190606. OLE color: 6190606.

HSL color Cylindrical-coordinate representation of color #0E765E: hue angle of 166.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E765E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 118 94 -
CMYK 0.88 0 0.20 0.54
HSL 166.15º 0.79% 0.26% -
HSV(B) 166.15º 0.88% 0.46% -
XYZ 8.68 13.86 12.81 -
YUV 84.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 14 118 94 0.88 0 0.20 0.54 166.15 0.79 0.26
Hex E 76 5E 58 0 14 36 A6 4F 1A
Octal 16 166 136 130 0 24 66 246 117 32
Binary 1110 1110110 1011110 1011000 0 10100 110110 10100110 1001111 11010

Color Harmonies of #0E765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E765E

Black with #0E765E

Text Example


Text Example

White with #0E765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,118,94); }

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

background-color css

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

 a { background-color: rgb(14,118,94); }

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

border-color css

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

 span { border-color: rgb(14,118,94); }

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