Html Css Color HEX #0E7562 Deep Sea

📋 copy color: '#0E7562'

red 14 ◦ green 117 ◦ blue 98

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

Shades of Deep Sea #0E7562

Tints of Deep Sea #0E7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.09%

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

R = 6.11%
G = 51.09%
B = 42.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#0E7562 (or 0x0E7562) is known color: Deep Sea. HEX triplet: 0E, 75 and 62. RGB value is (14,117,98). Sum of RGB (Red+Green+Blue) = 14+117+98=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7562 is #F18A9D. Grayscale: #545454. Windows color (decimal): -15829662 or 6452494. OLE color: 6452494.

HSL color Cylindrical-coordinate representation of color #0E7562: hue angle of 168.93º 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 #0E7562 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 117 98 -
CMYK 0.88 0 0.16 0.54
HSL 168.93º 0.79% 0.26% -
HSV(B) 168.93º 0.88% 0.46% -
XYZ 8.75 13.7 13.74 -
YUV 84.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 14 117 98 0.88 0 0.16 0.54 168.93 0.79 0.26
Hex E 75 62 58 0 10 36 A9 4F 1A
Octal 16 165 142 130 0 20 66 251 117 32
Binary 1110 1110101 1100010 1011000 0 10000 110110 10101001 1001111 11010

Color Harmonies of #0E7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7562

Black with #0E7562

Text Example


Text Example

White with #0E7562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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