Html Css Color HEX #165360 Teal Blue

📋 copy color: '#165360'

red 22 ◦ green 83 ◦ blue 96

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

Shades of Teal Blue #165360

Tints of Teal Blue #165360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 10.95%
G = 41.29%
B = 47.76%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#165360 (or 0x165360) is known color: Teal Blue. HEX triplet: 16, 53 and 60. RGB value is (22,83,96). Sum of RGB (Red+Green+Blue) = 22+83+96=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #165360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165360 is #E9AC9F. Grayscale: #424242. Windows color (decimal): -15314080 or 6312726. OLE color: 6312726.

HSL color Cylindrical-coordinate representation of color #165360: hue angle of 190.54º 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 #165360 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 83 96 -
CMYK 0.77 0.14 0 0.62
HSL 190.54º 0.63% 0.23% -
HSV(B) 190.54º 0.77% 0.38% -
XYZ 5.54 7.2 12.16 -
YUV 66.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 22 83 96 0.77 0.14 0 0.62 190.54 0.63 0.23
Hex 16 53 60 4D E 0 3E BF 3F 17
Octal 26 123 140 115 16 0 76 277 77 27
Binary 10110 1010011 1100000 1001101 1110 0 111110 10111111 111111 10111

Color Harmonies of #165360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165360

Black with #165360

Text Example


Text Example

White with #165360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165360; }

 p { color: rgb(22,83,96); }

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

background-color css

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

 a { background-color: rgb(22,83,96); }

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

border-color css

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

 span { border-color: rgb(22,83,96); }

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