Html Css Color HEX #118067 Deep Sea

📋 copy color: '#118067'

red 17 ◦ green 128 ◦ blue 103

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

Shades of Deep Sea #118067

Tints of Deep Sea #118067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

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

R = 6.85%
G = 51.61%
B = 41.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#118067 (or 0x118067) is known color: Deep Sea. HEX triplet: 11, 80 and 67. RGB value is (17,128,103). Sum of RGB (Red+Green+Blue) = 17+128+103=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #118067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118067 is #EE7F98. Grayscale: #5B5B5B. Windows color (decimal): -15630233 or 6782993. OLE color: 6782993.

HSL color Cylindrical-coordinate representation of color #118067: hue angle of 166.49º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118067 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 103 -
CMYK 0.87 0 0.20 0.50
HSL 166.49º 0.77% 0.28% -
HSV(B) 166.49º 0.87% 0.5% -
XYZ 10.4 16.54 15.48 -
YUV 91.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 17 128 103 0.87 0 0.20 0.50 166.49 0.77 0.28
Hex 11 80 67 57 0 14 32 A6 4D 1C
Octal 21 200 147 127 0 24 62 246 115 34
Binary 10001 10000000 1100111 1010111 0 10100 110010 10100110 1001101 11100

Color Harmonies of #118067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118067

Black with #118067

Text Example


Text Example

White with #118067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118067; }

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

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

background-color css

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

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

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

border-color css

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

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

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