#1BA1AD

Color #1BA1AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1BA1AD

Tints of Pelorous #1BA1AD

Color information

#1BA1AD (or 0x1BA1AD) is unknown color: approx Pelorous. HEX triplet: 1B, A1 and AD. RGB value is (27,161,173). Sum of RGB (Red+Green+Blue) = 27+161+173=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #1BA1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA1AD is #E45E52. Grayscale: #7A7A7A. Windows color (decimal): -14966355 or 11378971. OLE color: 11378971.

HSL color Cylindrical-coordinate representation of color #1BA1AD: hue angle of 184.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA1AD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27161173-
CMYK0.840.0700.32
HSL184.93º73%39.22%-
HSV(B)184.93º84.39%67.84%-
XYZ20.7428.7443.99-
YUV122.3156.6160.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.48%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=7.48%
G=44.60%
B=47.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271611730.840.0700.32184.937339.22
Hex1BA1AD547020b94927
Octal33241255124704027111147
Binary11011101000011010110110101001110100000101110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA1AD; }

 p { color: rgb(27,161,173); }

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

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

 a { background-color: rgb(27,161,173); }

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

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

 span { border-color: rgb(27,161,173); }

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