#16765F

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

Shades of Deep Sea #16765F

Tints of Deep Sea #16765F

Color information

#16765F (or 0x16765F) is unknown color: approx Deep Sea. HEX triplet: 16, 76 and 5F. RGB value is (22,118,95). Sum of RGB (Red+Green+Blue) = 22+118+95=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #16765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16765F is #E989A0. Grayscale: #565656. Windows color (decimal): -15305121 or 6256150. OLE color: 6256150.

HSL color Cylindrical-coordinate representation of color #16765F: hue angle of 165.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16765F is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB2211895-
CMYK0.8100.190.54
HSL165.62º68.57%27.45%-
HSV(B)165.62º81.36%46.27%-
XYZ8.8713.9513.05-
YUV86.67132.781.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=9.36%
G=50.21%
B=40.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118950.8100.190.54165.6268.5727.45
Hex16765F5101336a6451b
Octal261661371210236624610533
Binary1011011101101011111101000101001111011010100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16765F; }

 p { color: rgb(22,118,95); }

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

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

 a { background-color: rgb(22,118,95); }

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

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

 span { border-color: rgb(22,118,95); }

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