Html Css Color HEX #16766F Deep Sea

📋 copy color: '#16766F'

red 22 ◦ green 118 ◦ blue 111

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

Shades of Deep Sea #16766F

Tints of Deep Sea #16766F

RGB

 RED value IS 22 (8.98% from 255) = 8.76%

 GREEN value IS 118 (46.48% from 255) = 47.01%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 8.76%
G = 47.01%
B = 44.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#16766F (or 0x16766F) is known color: Deep Sea. HEX triplet: 16, 76 and 6F. RGB value is (22,118,111). Sum of RGB (Red+Green+Blue) = 22+118+111=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #16766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16766F is #E98990. Grayscale: #585858. Windows color (decimal): -15305105 or 7304726. OLE color: 7304726.

HSL color Cylindrical-coordinate representation of color #16766F: hue angle of 175.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 #16766F is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 118 111 -
CMYK 0.81 0 0.06 0.54
HSL 175.63º 0.69% 0.27% -
HSV(B) 175.63º 0.81% 0.46% -
XYZ 9.68 14.28 17.28 -
YUV 88.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 22 118 111 0.81 0 0.06 0.54 175.63 0.69 0.27
Hex 16 76 6F 51 0 6 36 B0 45 1B
Octal 26 166 157 121 0 6 66 260 105 33
Binary 10110 1110110 1101111 1010001 0 110 110110 10110000 1000101 11011

Color Harmonies of #16766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16766F

Black with #16766F

Text Example


Text Example

White with #16766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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