#1FA0C0

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

Shades of Pelorous #1FA0C0

Tints of Pelorous #1FA0C0

Color information

#1FA0C0 (or 0x1FA0C0) is unknown color: approx Pelorous. HEX triplet: 1F, A0 and C0. RGB value is (31,160,192). Sum of RGB (Red+Green+Blue) = 31+160+192=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FA0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA0C0 is #E05F3F. Grayscale: #7C7C7C. Windows color (decimal): -14704448 or 12623903. OLE color: 12623903.

HSL color Cylindrical-coordinate representation of color #1FA0C0: hue angle of 191.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA0C0 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31160192-
CMYK0.840.1700.25
HSL191.93º72.2%43.73%-
HSV(B)191.93º83.85%75.29%-
XYZ22.6529.2454.32-
YUV125.08165.7660.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.09%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=8.09%
G=41.78%
B=50.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311601920.840.1700.25191.9372.243.73
Hex1FA0C05411019c0482c
Octal372403001242103130011054
Binary111111010000011000000101010010001011001110000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,192); }

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

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

 a { background-color: rgb(31,160,192); }

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

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

 span { border-color: rgb(31,160,192); }

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