Html Css Color HEX #165261 Teal Blue

📋 copy color: '#165261'

red 22 ◦ green 82 ◦ blue 97

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

Shades of Teal Blue #165261

Tints of Teal Blue #165261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 10.95%
G = 40.8%
B = 48.26%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#165261 (or 0x165261) is known color: Teal Blue. HEX triplet: 16, 52 and 61. RGB value is (22,82,97). Sum of RGB (Red+Green+Blue) = 22+82+97=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #165261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165261 is #E9AD9E. Grayscale: #414141. Windows color (decimal): -15314335 or 6378006. OLE color: 6378006.

HSL color Cylindrical-coordinate representation of color #165261: hue angle of 192º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165261 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 82 97 -
CMYK 0.77 0.15 0 0.62
HSL 192º 0.63% 0.23% -
HSV(B) 192º 0.77% 0.38% -
XYZ 5.51 7.07 12.38 -
YUV 65.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 22 82 97 0.77 0.15 0 0.62 192 0.63 0.23
Hex 16 52 61 4D F 0 3E C0 3F 17
Octal 26 122 141 115 17 0 76 300 77 27
Binary 10110 1010010 1100001 1001101 1111 0 111110 11000000 111111 10111

Color Harmonies of #165261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165261

Black with #165261

Text Example


Text Example

White with #165261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165261; }

 p { color: rgb(22,82,97); }

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

background-color css

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

 a { background-color: rgb(22,82,97); }

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

border-color css

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

 span { border-color: rgb(22,82,97); }

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