#165D80

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

Shades of Bahama Blue #165D80

Tints of Bahama Blue #165D80

Color information

#165D80 (or 0x165D80) is unknown color: approx Bahama Blue. HEX triplet: 16, 5D and 80. RGB value is (22,93,128). Sum of RGB (Red+Green+Blue) = 22+93+128=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #165D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165D80 is #E9A27F. Grayscale: #4B4B4B. Windows color (decimal): -15311488 or 8412438. OLE color: 8412438.

HSL color Cylindrical-coordinate representation of color #165D80: hue angle of 199.81º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165D80 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2293128-
CMYK0.830.2700.50
HSL199.81º70.67%29.41%-
HSV(B)199.81º82.81%50.2%-
XYZ8.149.5621.84-
YUV75.76157.4889.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=9.05%
G=38.27%
B=52.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22931280.830.2700.50199.8170.6729.41
Hex165D80531B032c8471d
Octal261352001233306231010735
Binary10110101110110000000101001111011011001011001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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