Html Css Color HEX #0E755E Deep Sea

📋 copy color: '#0E755E'

red 14 ◦ green 117 ◦ blue 94

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

Shades of Deep Sea #0E755E

Tints of Deep Sea #0E755E

RGB

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

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

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

R = 6.22%
G = 52%
B = 41.78%

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

#0E755E (or 0x0E755E) is known color: Deep Sea. HEX triplet: 0E, 75 and 5E. RGB value is (14,117,94). Sum of RGB (Red+Green+Blue) = 14+117+94=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #0E755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E755E is #F18AA1. Grayscale: #535353. Windows color (decimal): -15829666 or 6190350. OLE color: 6190350.

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

Color convert

RGB 14 117 94 -
CMYK 0.88 0 0.20 0.54
HSL 166.6º 0.79% 0.26% -
HSV(B) 166.6º 0.88% 0.46% -
XYZ 8.56 13.62 12.77 -
YUV 83.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 14 117 94 0.88 0 0.20 0.54 166.6 0.79 0.26
Hex E 75 5E 58 0 14 36 A7 4F 1A
Octal 16 165 136 130 0 24 66 247 117 32
Binary 1110 1110101 1011110 1011000 0 10100 110110 10100111 1001111 11010

Color Harmonies of #0E755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E755E

Black with #0E755E

Text Example


Text Example

White with #0E755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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