Html Css Color HEX #118259 Deep Sea

📋 copy color: '#118259'

red 17 ◦ green 130 ◦ blue 89

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

Shades of Deep Sea #118259

Tints of Deep Sea #118259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 7.2%
G = 55.08%
B = 37.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#118259 (or 0x118259) is known color: Deep Sea. HEX triplet: 11, 82 and 59. RGB value is (17,130,89). Sum of RGB (Red+Green+Blue) = 17+130+89=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #118259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118259 is #EE7DA6. Grayscale: #5B5B5B. Windows color (decimal): -15629735 or 5866001. OLE color: 5866001.

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

Color convert

RGB 17 130 89 -
CMYK 0.87 0 0.32 0.49
HSL 158.23º 0.77% 0.29% -
HSV(B) 158.23º 0.87% 0.51% -
XYZ 10.02 16.81 12.17 -
YUV 91.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 17 130 89 0.87 0 0.32 0.49 158.23 0.77 0.29
Hex 11 82 59 57 0 20 31 9E 4D 1D
Octal 21 202 131 127 0 40 61 236 115 35
Binary 10001 10000010 1011001 1010111 0 100000 110001 10011110 1001101 11101

Color Harmonies of #118259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118259

Black with #118259

Text Example


Text Example

White with #118259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118259; }

 p { color: rgb(17,130,89); }

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

background-color css

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

 a { background-color: rgb(17,130,89); }

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

border-color css

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

 span { border-color: rgb(17,130,89); }

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