Html Css Color HEX #16776C Deep Sea

📋 copy color: '#16776C'

red 22 ◦ green 119 ◦ blue 108

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

Shades of Deep Sea #16776C

Tints of Deep Sea #16776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 8.84%
G = 47.79%
B = 43.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#16776C (or 0x16776C) is known color: Deep Sea. HEX triplet: 16, 77 and 6C. RGB value is (22,119,108). Sum of RGB (Red+Green+Blue) = 22+119+108=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #16776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776C is #E98893. Grayscale: #585858. Windows color (decimal): -15304852 or 7108374. OLE color: 7108374.

HSL color Cylindrical-coordinate representation of color #16776C: hue angle of 173.2º 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 #16776C is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 119 108 -
CMYK 0.82 0 0.09 0.53
HSL 173.2º 0.69% 0.28% -
HSV(B) 173.2º 0.82% 0.47% -
XYZ 9.63 14.45 16.47 -
YUV 88.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 22 119 108 0.82 0 0.09 0.53 173.2 0.69 0.28
Hex 16 77 6C 52 0 9 35 AD 45 1C
Octal 26 167 154 122 0 11 65 255 105 34
Binary 10110 1110111 1101100 1010010 0 1001 110101 10101101 1000101 11100

Color Harmonies of #16776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16776C

Black with #16776C

Text Example


Text Example

White with #16776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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