#31A0AE

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

Shades of Pelorous #31A0AE

Tints of Pelorous #31A0AE

Color information

#31A0AE (or 0x31A0AE) is unknown color: approx Pelorous. HEX triplet: 31, A0 and AE. RGB value is (49,160,174). Sum of RGB (Red+Green+Blue) = 49+160+174=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #31A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A0AE is #CE5F51. Grayscale: #808080. Windows color (decimal): -13524818 or 11444273. OLE color: 11444273.

HSL color Cylindrical-coordinate representation of color #31A0AE: hue angle of 186.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A0AE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49160174-
CMYK0.720.0800.32
HSL186.72º56.05%43.73%-
HSV(B)186.72º71.84%68.24%-
XYZ21.4828.8544.48-
YUV128.41153.7371.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.79%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=12.79%
G=41.78%
B=45.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491601740.720.0800.32186.7256.0543.73
Hex31A0AE488020bb382c
Octal61240256110100402737054
Binary110001101000001010111010010001000010000010111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,160,174); }

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

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

 a { background-color: rgb(49,160,174); }

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

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

 span { border-color: rgb(49,160,174); }

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