Html Css Color HEX #118066 Deep Sea

📋 copy color: '#118066'

red 17 ◦ green 128 ◦ blue 102

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

Shades of Deep Sea #118066

Tints of Deep Sea #118066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 6.88%
G = 51.82%
B = 41.3%

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

#118066 (or 0x118066) is known color: Deep Sea. HEX triplet: 11, 80 and 66. RGB value is (17,128,102). Sum of RGB (Red+Green+Blue) = 17+128+102=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #118066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118066 is #EE7F99. Grayscale: #5B5B5B. Windows color (decimal): -15630234 or 6717457. OLE color: 6717457.

HSL color Cylindrical-coordinate representation of color #118066: hue angle of 165.95º 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 #118066 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 102 -
CMYK 0.87 0 0.20 0.50
HSL 165.95º 0.77% 0.28% -
HSV(B) 165.95º 0.87% 0.5% -
XYZ 10.35 16.52 15.21 -
YUV 91.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 17 128 102 0.87 0 0.20 0.50 165.95 0.77 0.28
Hex 11 80 66 57 0 14 32 A6 4D 1C
Octal 21 200 146 127 0 24 62 246 115 34
Binary 10001 10000000 1100110 1010111 0 10100 110010 10100110 1001101 11100

Color Harmonies of #118066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118066

Black with #118066

Text Example


Text Example

White with #118066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118066; }

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

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

background-color css

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

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

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

border-color css

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

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

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