#16775C

Color #16775C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #16775C

Tints of Deep Sea #16775C

Color information

#16775C (or 0x16775C) is unknown color: approx Deep Sea. HEX triplet: 16, 77 and 5C. RGB value is (22,119,92). Sum of RGB (Red+Green+Blue) = 22+119+92=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #16775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16775C is #E988A3. Grayscale: #565656. Windows color (decimal): -15304868 or 6059798. OLE color: 6059798.

HSL color Cylindrical-coordinate representation of color #16775C: hue angle of 163.3º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16775C is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB2211992-
CMYK0.8200.230.53
HSL163.3º68.79%27.65%-
HSV(B)163.3º81.51%46.67%-
XYZ8.8614.1412.39-
YUV86.92130.8681.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=9.44%
G=51.07%
B=39.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22119920.8200.230.53163.368.7927.65
Hex16775C5201735a3451c
Octal261671341220276524310534
Binary1011011101111011100101001001011111010110100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16775C; }

 p { color: rgb(22,119,92); }

 H1.HeaderClassName
 {
   color: #16775C;
 }
 .AnyTagClassName
 {
   color: #16775C;
 }
</style>
background-color css

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

 a { background-color: rgb(22,119,92); }

 div.DivClassName
 {
   background-color: #16775C;
 }
 .BgClassName
 {
   background-color: #16775C;
 }
</style>
border-color css

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

 span { border-color: rgb(22,119,92); }

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