Html Css Color HEX #117A67 Deep Sea

📋 copy color: '#117A67'

red 17 ◦ green 122 ◦ blue 103

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

Shades of Deep Sea #117A67

Tints of Deep Sea #117A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.41%

 BLUE value IS 103 (40.63% from 255) = 42.56%

R = 7.02%
G = 50.41%
B = 42.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#117A67 (or 0x117A67) is known color: Deep Sea. HEX triplet: 11, 7A and 67. RGB value is (17,122,103). Sum of RGB (Red+Green+Blue) = 17+122+103=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #117A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A67 is #EE8598. Grayscale: #585858. Windows color (decimal): -15631769 or 6781457. OLE color: 6781457.

HSL color Cylindrical-coordinate representation of color #117A67: hue angle of 169.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A67 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 122 103 -
CMYK 0.86 0 0.16 0.52
HSL 169.14º 0.76% 0.27% -
HSV(B) 169.14º 0.86% 0.48% -
XYZ 9.64 15.02 15.22 -
YUV 88.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 17 122 103 0.86 0 0.16 0.52 169.14 0.76 0.27
Hex 11 7A 67 56 0 10 34 A9 4C 1B
Octal 21 172 147 126 0 20 64 251 114 33
Binary 10001 1111010 1100111 1010110 0 10000 110100 10101001 1001100 11011

Color Harmonies of #117A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A67

Black with #117A67

Text Example


Text Example

White with #117A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,122,103); }

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

background-color css

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

 a { background-color: rgb(17,122,103); }

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

border-color css

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

 span { border-color: rgb(17,122,103); }

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