Html Css Color HEX #0E795A Deep Sea

📋 copy color: '#0E795A'

red 14 ◦ green 121 ◦ blue 90

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

Shades of Deep Sea #0E795A

Tints of Deep Sea #0E795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.78%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 6.22%
G = 53.78%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#0E795A (or 0x0E795A) is known color: Deep Sea. HEX triplet: 0E, 79 and 5A. RGB value is (14,121,90). Sum of RGB (Red+Green+Blue) = 14+121+90=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #0E795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E795A is #F186A5. Grayscale: #555555. Windows color (decimal): -15828646 or 5929230. OLE color: 5929230.

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

Color convert

RGB 14 121 90 -
CMYK 0.88 0 0.26 0.53
HSL 162.62º 0.79% 0.26% -
HSV(B) 162.62º 0.88% 0.47% -
XYZ 8.86 14.51 12.01 -
YUV 85.47 130.55 77.02 -
System Red Green Blue C M Y K H S L
Decimal 14 121 90 0.88 0 0.26 0.53 162.62 0.79 0.26
Hex E 79 5A 58 0 1A 35 A3 4F 1A
Octal 16 171 132 130 0 32 65 243 117 32
Binary 1110 1111001 1011010 1011000 0 11010 110101 10100011 1001111 11010

Color Harmonies of #0E795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E795A

Black with #0E795A

Text Example


Text Example

White with #0E795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,121,90); }

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

background-color css

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

 a { background-color: rgb(14,121,90); }

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

border-color css

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

 span { border-color: rgb(14,121,90); }

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