Html Css Color HEX #118565 Deep Sea

📋 copy color: '#118565'

red 17 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #118565

Tints of Deep Sea #118565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 6.77%
G = 52.99%
B = 40.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#118565 (or 0x118565) is known color: Deep Sea. HEX triplet: 11, 85 and 65. RGB value is (17,133,101). Sum of RGB (Red+Green+Blue) = 17+133+101=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #118565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118565 is #EE7A9A. Grayscale: #5E5E5E. Windows color (decimal): -15628955 or 6653201. OLE color: 6653201.

HSL color Cylindrical-coordinate representation of color #118565: hue angle of 163.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118565 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 101 -
CMYK 0.87 0 0.24 0.48
HSL 163.45º 0.77% 0.29% -
HSV(B) 163.45º 0.87% 0.52% -
XYZ 10.97 17.83 15.18 -
YUV 94.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 17 133 101 0.87 0 0.24 0.48 163.45 0.77 0.29
Hex 11 85 65 57 0 18 30 A3 4D 1D
Octal 21 205 145 127 0 30 60 243 115 35
Binary 10001 10000101 1100101 1010111 0 11000 110000 10100011 1001101 11101

Color Harmonies of #118565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118565

Black with #118565

Text Example


Text Example

White with #118565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118565; }

 p { color: rgb(17,133,101); }

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

background-color css

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

 a { background-color: rgb(17,133,101); }

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

border-color css

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

 span { border-color: rgb(17,133,101); }

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