Html Css Color HEX #117562 Deep Sea

📋 copy color: '#117562'

red 17 ◦ green 117 ◦ blue 98

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

Shades of Deep Sea #117562

Tints of Deep Sea #117562

RGB

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

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

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

R = 7.33%
G = 50.43%
B = 42.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#117562 (or 0x117562) is known color: Deep Sea. HEX triplet: 11, 75 and 62. RGB value is (17,117,98). Sum of RGB (Red+Green+Blue) = 17+117+98=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #117562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117562 is #EE8A9D. Grayscale: #545454. Windows color (decimal): -15633054 or 6452497. OLE color: 6452497.

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

Color convert

RGB 17 117 98 -
CMYK 0.85 0 0.16 0.54
HSL 168.6º 0.75% 0.26% -
HSV(B) 168.6º 0.85% 0.46% -
XYZ 8.8 13.72 13.74 -
YUV 84.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 17 117 98 0.85 0 0.16 0.54 168.6 0.75 0.26
Hex 11 75 62 55 0 10 36 A9 4B 1A
Octal 21 165 142 125 0 20 66 251 113 32
Binary 10001 1110101 1100010 1010101 0 10000 110110 10101001 1001011 11010

Color Harmonies of #117562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117562

Black with #117562

Text Example


Text Example

White with #117562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117562; }

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

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

background-color css

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

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

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

border-color css

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

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

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