Html Css Color HEX #118568 Deep Sea

📋 copy color: '#118568'

red 17 ◦ green 133 ◦ blue 104

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

Shades of Deep Sea #118568

Tints of Deep Sea #118568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 6.69%
G = 52.36%
B = 40.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#118568 (or 0x118568) is known color: Deep Sea. HEX triplet: 11, 85 and 68. RGB value is (17,133,104). Sum of RGB (Red+Green+Blue) = 17+133+104=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #118568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118568 is #EE7A97. Grayscale: #5F5F5F. Windows color (decimal): -15628952 or 6849809. OLE color: 6849809.

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

Color convert

RGB 17 133 104 -
CMYK 0.87 0 0.22 0.48
HSL 165º 0.77% 0.29% -
HSV(B) 165º 0.87% 0.52% -
XYZ 11.12 17.89 15.96 -
YUV 95.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 17 133 104 0.87 0 0.22 0.48 165 0.77 0.29
Hex 11 85 68 57 0 16 30 A5 4D 1D
Octal 21 205 150 127 0 26 60 245 115 35
Binary 10001 10000101 1101000 1010111 0 10110 110000 10100101 1001101 11101

Color Harmonies of #118568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118568

Black with #118568

Text Example


Text Example

White with #118568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118568; }

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

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

background-color css

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

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

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

border-color css

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

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

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