Html Css Color HEX #117568 Deep Sea

📋 copy color: '#117568'

red 17 ◦ green 117 ◦ blue 104

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

Shades of Deep Sea #117568

Tints of Deep Sea #117568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 7.14%
G = 49.16%
B = 43.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#117568 (or 0x117568) is known color: Deep Sea. HEX triplet: 11, 75 and 68. RGB value is (17,117,104). Sum of RGB (Red+Green+Blue) = 17+117+104=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #117568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117568 is #EE8A97. Grayscale: #555555. Windows color (decimal): -15633048 or 6845713. OLE color: 6845713.

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

Color convert

RGB 17 117 104 -
CMYK 0.85 0 0.11 0.54
HSL 172.2º 0.75% 0.26% -
HSV(B) 172.2º 0.85% 0.46% -
XYZ 9.09 13.84 15.29 -
YUV 85.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 17 117 104 0.85 0 0.11 0.54 172.2 0.75 0.26
Hex 11 75 68 55 0 B 36 AC 4B 1A
Octal 21 165 150 125 0 13 66 254 113 32
Binary 10001 1110101 1101000 1010101 0 1011 110110 10101100 1001011 11010

Color Harmonies of #117568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117568

Black with #117568

Text Example


Text Example

White with #117568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117568; }

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

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

background-color css

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

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

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

border-color css

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

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

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