Html Css Color HEX #167469 Deep Sea

📋 copy color: '#167469'

red 22 ◦ green 116 ◦ blue 105

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

Shades of Deep Sea #167469

Tints of Deep Sea #167469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 9.05%
G = 47.74%
B = 43.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#167469 (or 0x167469) is known color: Deep Sea. HEX triplet: 16, 74 and 69. RGB value is (22,116,105). Sum of RGB (Red+Green+Blue) = 22+116+105=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #167469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167469 is #E98B96. Grayscale: #565656. Windows color (decimal): -15305623 or 6910998. OLE color: 6910998.

HSL color Cylindrical-coordinate representation of color #167469: hue angle of 172.98º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167469 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 116 105 -
CMYK 0.81 0 0.09 0.55
HSL 172.98º 0.68% 0.27% -
HSV(B) 172.98º 0.81% 0.45% -
XYZ 9.13 13.68 15.52 -
YUV 86.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 22 116 105 0.81 0 0.09 0.55 172.98 0.68 0.27
Hex 16 74 69 51 0 9 37 AD 44 1B
Octal 26 164 151 121 0 11 67 255 104 33
Binary 10110 1110100 1101001 1010001 0 1001 110111 10101101 1000100 11011

Color Harmonies of #167469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167469

Black with #167469

Text Example


Text Example

White with #167469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167469; }

 p { color: rgb(22,116,105); }

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

background-color css

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

 a { background-color: rgb(22,116,105); }

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

border-color css

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

 span { border-color: rgb(22,116,105); }

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