Html Css Color HEX #165D73 Orient

📋 copy color: '#165D73'

red 22 ◦ green 93 ◦ blue 115

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

Shades of Orient #165D73

Tints of Orient #165D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 9.57%
G = 40.43%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165D73 (or 0x165D73) is known color: Orient. HEX triplet: 16, 5D and 73. RGB value is (22,93,115). Sum of RGB (Red+Green+Blue) = 22+93+115=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #165D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D73 is #E9A28C. Grayscale: #4A4A4A. Windows color (decimal): -15311501 or 7560470. OLE color: 7560470.

HSL color Cylindrical-coordinate representation of color #165D73: hue angle of 194.19º 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 #165D73 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 93 115 -
CMYK 0.81 0.19 0 0.55
HSL 194.19º 0.68% 0.27% -
HSV(B) 194.19º 0.81% 0.45% -
XYZ 7.34 9.24 17.62 -
YUV 74.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 22 93 115 0.81 0.19 0 0.55 194.19 0.68 0.27
Hex 16 5D 73 51 13 0 37 C2 44 1B
Octal 26 135 163 121 23 0 67 302 104 33
Binary 10110 1011101 1110011 1010001 10011 0 110111 11000010 1000100 11011

Color Harmonies of #165D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165D73

Black with #165D73

Text Example


Text Example

White with #165D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165D73; }

 p { color: rgb(22,93,115); }

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

background-color css

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

 a { background-color: rgb(22,93,115); }

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

border-color css

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

 span { border-color: rgb(22,93,115); }

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