Html Css Color HEX #118566 Deep Sea

📋 copy color: '#118566'

red 17 ◦ green 133 ◦ blue 102

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

Shades of Deep Sea #118566

Tints of Deep Sea #118566

RGB

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

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

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

R = 6.75%
G = 52.78%
B = 40.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#118566 (or 0x118566) is known color: Deep Sea. HEX triplet: 11, 85 and 66. RGB value is (17,133,102). Sum of RGB (Red+Green+Blue) = 17+133+102=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #118566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118566 is #EE7A99. Grayscale: #5E5E5E. Windows color (decimal): -15628954 or 6718737. OLE color: 6718737.

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

Color convert

RGB 17 133 102 -
CMYK 0.87 0 0.23 0.48
HSL 163.97º 0.77% 0.29% -
HSV(B) 163.97º 0.87% 0.52% -
XYZ 11.02 17.85 15.44 -
YUV 94.78 132.07 72.52 -
System Red Green Blue C M Y K H S L
Decimal 17 133 102 0.87 0 0.23 0.48 163.97 0.77 0.29
Hex 11 85 66 57 0 17 30 A4 4D 1D
Octal 21 205 146 127 0 27 60 244 115 35
Binary 10001 10000101 1100110 1010111 0 10111 110000 10100100 1001101 11101

Color Harmonies of #118566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118566

Black with #118566

Text Example


Text Example

White with #118566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118566; }

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

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

background-color css

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

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

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

border-color css

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

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

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