Html Css Color HEX #16766E Deep Sea

📋 copy color: '#16766E'

red 22 ◦ green 118 ◦ blue 110

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

Shades of Deep Sea #16766E

Tints of Deep Sea #16766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 8.8%
G = 47.2%
B = 44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#16766E (or 0x16766E) is known color: Deep Sea. HEX triplet: 16, 76 and 6E. RGB value is (22,118,110). Sum of RGB (Red+Green+Blue) = 22+118+110=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #16766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16766E is #E98991. Grayscale: #585858. Windows color (decimal): -15305106 or 7239190. OLE color: 7239190.

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

Color convert

RGB 22 118 110 -
CMYK 0.81 0 0.07 0.54
HSL 175º 0.69% 0.27% -
HSV(B) 175º 0.81% 0.46% -
XYZ 9.62 14.25 17 -
YUV 88.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 22 118 110 0.81 0 0.07 0.54 175 0.69 0.27
Hex 16 76 6E 51 0 7 36 AF 45 1B
Octal 26 166 156 121 0 7 66 257 105 33
Binary 10110 1110110 1101110 1010001 0 111 110110 10101111 1000101 11011

Color Harmonies of #16766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16766E

Black with #16766E

Text Example


Text Example

White with #16766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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