#1FA0B6

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

Shades of Pelorous #1FA0B6

Tints of Pelorous #1FA0B6

Color information

#1FA0B6 (or 0x1FA0B6) is unknown color: approx Pelorous. HEX triplet: 1F, A0 and B6. RGB value is (31,160,182). Sum of RGB (Red+Green+Blue) = 31+160+182=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #1FA0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA0B6 is #E05F49. Grayscale: #7B7B7B. Windows color (decimal): -14704458 or 11968543. OLE color: 11968543.

HSL color Cylindrical-coordinate representation of color #1FA0B6: hue angle of 188.74º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FA0B6 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB31160182-
CMYK0.830.1200.29
HSL188.74º70.89%41.76%-
HSV(B)188.74º82.97%71.37%-
XYZ21.5828.8148.68-
YUV123.94160.7661.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.31%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=8.31%
G=42.90%
B=48.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311601820.830.1200.29188.7470.8941.76
Hex1FA0B653C01Dbd472a
Octal372402661231403527510752
Binary11111101000001011011010100111100011101101111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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