Html Css Color HEX #118265 Deep Sea

📋 copy color: '#118265'

red 17 ◦ green 130 ◦ blue 101

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

Shades of Deep Sea #118265

Tints of Deep Sea #118265

RGB

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

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

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

R = 6.85%
G = 52.42%
B = 40.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#118265 (or 0x118265) is known color: Deep Sea. HEX triplet: 11, 82 and 65. RGB value is (17,130,101). Sum of RGB (Red+Green+Blue) = 17+130+101=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #118265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118265 is #EE7D9A. Grayscale: #5C5C5C. Windows color (decimal): -15629723 or 6652433. OLE color: 6652433.

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

Color convert

RGB 17 130 101 -
CMYK 0.87 0 0.22 0.49
HSL 164.6º 0.77% 0.29% -
HSV(B) 164.6º 0.87% 0.51% -
XYZ 10.56 17.02 15.04 -
YUV 92.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 17 130 101 0.87 0 0.22 0.49 164.6 0.77 0.29
Hex 11 82 65 57 0 16 31 A5 4D 1D
Octal 21 202 145 127 0 26 61 245 115 35
Binary 10001 10000010 1100101 1010111 0 10110 110001 10100101 1001101 11101

Color Harmonies of #118265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118265

Black with #118265

Text Example


Text Example

White with #118265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118265; }

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

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

background-color css

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

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

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

border-color css

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

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

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