Html Css Color HEX #117557 Deep Sea

📋 copy color: '#117557'

red 17 ◦ green 117 ◦ blue 87

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

Shades of Deep Sea #117557

Tints of Deep Sea #117557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 7.69%
G = 52.94%
B = 39.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#117557 (or 0x117557) is known color: Deep Sea. HEX triplet: 11, 75 and 57. RGB value is (17,117,87). Sum of RGB (Red+Green+Blue) = 17+117+87=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #117557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117557 is #EE8AA8. Grayscale: #535353. Windows color (decimal): -15633065 or 5731601. OLE color: 5731601.

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

Color convert

RGB 17 117 87 -
CMYK 0.85 0 0.26 0.54
HSL 162º 0.75% 0.26% -
HSV(B) 162º 0.85% 0.46% -
XYZ 8.31 13.53 11.19 -
YUV 83.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 17 117 87 0.85 0 0.26 0.54 162 0.75 0.26
Hex 11 75 57 55 0 1A 36 A2 4B 1A
Octal 21 165 127 125 0 32 66 242 113 32
Binary 10001 1110101 1010111 1010101 0 11010 110110 10100010 1001011 11010

Color Harmonies of #117557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117557

Black with #117557

Text Example


Text Example

White with #117557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117557; }

 p { color: rgb(17,117,87); }

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

background-color css

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

 a { background-color: rgb(17,117,87); }

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

border-color css

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

 span { border-color: rgb(17,117,87); }

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