#31ACBA

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

Shades of Pelorous #31ACBA

Tints of Pelorous #31ACBA

Color information

#31ACBA (or 0x31ACBA) is unknown color: approx Pelorous. HEX triplet: 31, AC and BA. RGB value is (49,172,186). Sum of RGB (Red+Green+Blue) = 49+172+186=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #31ACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACBA is #CE5345. Grayscale: #888888. Windows color (decimal): -13521734 or 12233777. OLE color: 12233777.

HSL color Cylindrical-coordinate representation of color #31ACBA: hue angle of 186.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ACBA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49172186-
CMYK0.740.0800.27
HSL186.13º58.3%46.08%-
HSV(B)186.13º73.66%72.94%-
XYZ24.8833.751.65-
YUV136.82155.7565.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=12.04%
G=42.26%
B=45.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491721860.740.0800.27186.1358.346.08
Hex31ACBA4A801Bba3a2e
Octal61254272112100332727256
Binary11000110101100101110101001010100001101110111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31ACBA; }

 p { color: rgb(49,172,186); }

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

<style>
 a { background-color: #31ACBA; }

 a { background-color: rgb(49,172,186); }

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

<style>
 span { border-color: #31ACBA; }

 span { border-color: rgb(49,172,186); }

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