#31ACBE

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

Shades of Pelorous #31ACBE

Tints of Pelorous #31ACBE

Color information

#31ACBE (or 0x31ACBE) is unknown color: approx Pelorous. HEX triplet: 31, AC and BE. RGB value is (49,172,190). Sum of RGB (Red+Green+Blue) = 49+172+190=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #31ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACBE is #CE5341. Grayscale: #898989. Windows color (decimal): -13521730 or 12495921. OLE color: 12495921.

HSL color Cylindrical-coordinate representation of color #31ACBE: hue angle of 187.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ACBE is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49172190-
CMYK0.740.0900.25
HSL187.66º59%46.86%-
HSV(B)187.66º74.21%74.51%-
XYZ25.3133.8853.92-
YUV137.28157.7565.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.92%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=11.92%
G=41.85%
B=46.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491721900.740.0900.25187.665946.86
Hex31ACBE4A9019bc3b2f
Octal61254276112110312747357
Binary11000110101100101111101001010100101100110111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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