Html Css Color HEX #167970 Deep Sea

📋 copy color: '#167970'

red 22 ◦ green 121 ◦ blue 112

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

Shades of Deep Sea #167970

Tints of Deep Sea #167970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 8.63%
G = 47.45%
B = 43.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#167970 (or 0x167970) is known color: Deep Sea. HEX triplet: 16, 79 and 70. RGB value is (22,121,112). Sum of RGB (Red+Green+Blue) = 22+121+112=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #167970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167970 is #E9868F. Grayscale: #5A5A5A. Windows color (decimal): -15304336 or 7371030. OLE color: 7371030.

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

Color convert

RGB 22 121 112 -
CMYK 0.82 0 0.07 0.53
HSL 174.55º 0.69% 0.28% -
HSV(B) 174.55º 0.82% 0.47% -
XYZ 10.09 15.02 17.7 -
YUV 90.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 22 121 112 0.82 0 0.07 0.53 174.55 0.69 0.28
Hex 16 79 70 52 0 7 35 AF 45 1C
Octal 26 171 160 122 0 7 65 257 105 34
Binary 10110 1111001 1110000 1010010 0 111 110101 10101111 1000101 11100

Color Harmonies of #167970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167970

Black with #167970

Text Example


Text Example

White with #167970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167970; }

 p { color: rgb(22,121,112); }

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

background-color css

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

 a { background-color: rgb(22,121,112); }

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

border-color css

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

 span { border-color: rgb(22,121,112); }

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