#165D72

Color #165D72 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #165D72

Tints of Orient #165D72

Color information

#165D72 (or 0x165D72) is unknown color: approx Orient. HEX triplet: 16, 5D and 72. RGB value is (22,93,114). Sum of RGB (Red+Green+Blue) = 22+93+114=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #165D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D72 is #E9A28D. Grayscale: #4A4A4A. Windows color (decimal): -15311502 or 7494934. OLE color: 7494934.

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

Color convert

RGB2293114-
CMYK0.810.1800.55
HSL193.7º67.65%26.67%-
HSV(B)193.7º80.7%44.71%-
XYZ7.289.2117.31-
YUV74.16150.4890.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=9.61%
G=40.61%
B=49.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22931140.810.1800.55193.767.6526.67
Hex165D725112037c2441b
Octal261351621212206730210433
Binary1011010111011110010101000110010011011111000010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #165D72;
 }
 .AnyTagClassName
 {
   color: #165D72;
 }
</style>
background-color css

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

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

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

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

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

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