Html Css Color HEX #117F5E Deep Sea

📋 copy color: '#117F5E'

red 17 ◦ green 127 ◦ blue 94

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

Shades of Deep Sea #117F5E

Tints of Deep Sea #117F5E

RGB

 RED value IS 17 (7.03% from 255) = 7.14%

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

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

R = 7.14%
G = 53.36%
B = 39.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#117F5E (or 0x117F5E) is known color: Deep Sea. HEX triplet: 11, 7F and 5E. RGB value is (17,127,94). Sum of RGB (Red+Green+Blue) = 17+127+94=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #117F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F5E is #EE80A1. Grayscale: #5A5A5A. Windows color (decimal): -15630498 or 6192913. OLE color: 6192913.

HSL color Cylindrical-coordinate representation of color #117F5E: hue angle of 162º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F5E is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 127 94 -
CMYK 0.87 0 0.26 0.50
HSL 162º 0.76% 0.28% -
HSV(B) 162º 0.87% 0.5% -
XYZ 9.84 16.11 13.18 -
YUV 90.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 17 127 94 0.87 0 0.26 0.50 162 0.76 0.28
Hex 11 7F 5E 57 0 1A 32 A2 4C 1C
Octal 21 177 136 127 0 32 62 242 114 34
Binary 10001 1111111 1011110 1010111 0 11010 110010 10100010 1001100 11100

Color Harmonies of #117F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F5E

Black with #117F5E

Text Example


Text Example

White with #117F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117F5E; }

 p { color: rgb(17,127,94); }

 H1.HeaderClassName
 {
   color: #117F5E;
 }
 .AnyTagClassName
 {
   color: #117F5E;
 }
</style>

background-color css

<style>
 a { background-color: #117F5E; }

 a { background-color: rgb(17,127,94); }

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

border-color css

<style>
 span { border-color: #117F5E; }

 span { border-color: rgb(17,127,94); }

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