Html Css Color HEX #117967 Deep Sea

📋 copy color: '#117967'

red 17 ◦ green 121 ◦ blue 103

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

Shades of Deep Sea #117967

Tints of Deep Sea #117967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 7.05%
G = 50.21%
B = 42.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#117967 (or 0x117967) is known color: Deep Sea. HEX triplet: 11, 79 and 67. RGB value is (17,121,103). Sum of RGB (Red+Green+Blue) = 17+121+103=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #117967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117967 is #EE8698. Grayscale: #575757. Windows color (decimal): -15632025 or 6781201. OLE color: 6781201.

HSL color Cylindrical-coordinate representation of color #117967: hue angle of 169.62º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117967 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 103 -
CMYK 0.86 0 0.15 0.53
HSL 169.62º 0.75% 0.27% -
HSV(B) 169.62º 0.86% 0.47% -
XYZ 9.52 14.77 15.18 -
YUV 87.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 17 121 103 0.86 0 0.15 0.53 169.62 0.75 0.27
Hex 11 79 67 56 0 F 35 AA 4B 1B
Octal 21 171 147 126 0 17 65 252 113 33
Binary 10001 1111001 1100111 1010110 0 1111 110101 10101010 1001011 11011

Color Harmonies of #117967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117967

Black with #117967

Text Example


Text Example

White with #117967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117967; }

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

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

background-color css

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

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

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

border-color css

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

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

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