#1BA4AE

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

Shades of Pelorous #1BA4AE

Tints of Pelorous #1BA4AE

Color information

#1BA4AE (or 0x1BA4AE) is unknown color: approx Pelorous. HEX triplet: 1B, A4 and AE. RGB value is (27,164,174). Sum of RGB (Red+Green+Blue) = 27+164+174=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #1BA4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA4AE is #E45B51. Grayscale: #7B7B7B. Windows color (decimal): -14965586 or 11445275. OLE color: 11445275.

HSL color Cylindrical-coordinate representation of color #1BA4AE: hue angle of 184.08º 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 #1BA4AE is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27164174-
CMYK0.840.0600.32
HSL184.08º73.13%39.41%-
HSV(B)184.08º84.48%68.24%-
XYZ21.3729.8444.68-
YUV124.18156.1158.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.40%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=7.40%
G=44.93%
B=47.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271641740.840.0600.32184.0873.1339.41
Hex1BA4AE546020b84927
Octal33244256124604027011147
Binary11011101001001010111010101001100100000101110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,174); }

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

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

 a { background-color: rgb(27,164,174); }

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

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

 span { border-color: rgb(27,164,174); }

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