Html Css Color HEX #16776B Deep Sea

📋 copy color: '#16776B'

red 22 ◦ green 119 ◦ blue 107

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

Shades of Deep Sea #16776B

Tints of Deep Sea #16776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 8.87%
G = 47.98%
B = 43.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#16776B (or 0x16776B) is known color: Deep Sea. HEX triplet: 16, 77 and 6B. RGB value is (22,119,107). Sum of RGB (Red+Green+Blue) = 22+119+107=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #16776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776B is #E98894. Grayscale: #585858. Windows color (decimal): -15304853 or 7042838. OLE color: 7042838.

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

Color convert

RGB 22 119 107 -
CMYK 0.82 0 0.10 0.53
HSL 172.58º 0.69% 0.28% -
HSV(B) 172.58º 0.82% 0.47% -
XYZ 9.58 14.43 16.19 -
YUV 88.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 22 119 107 0.82 0 0.10 0.53 172.58 0.69 0.28
Hex 16 77 6B 52 0 A 35 AD 45 1C
Octal 26 167 153 122 0 12 65 255 105 34
Binary 10110 1110111 1101011 1010010 0 1010 110101 10101101 1000101 11100

Color Harmonies of #16776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16776B

Black with #16776B

Text Example


Text Example

White with #16776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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