#1F8584

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

Shades of Atoll #1F8584

Tints of Atoll #1F8584

Color information

#1F8584 (or 0x1F8584) is unknown color: approx Atoll. HEX triplet: 1F, 85 and 84. RGB value is (31,133,132). Sum of RGB (Red+Green+Blue) = 31+133+132=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8584 is #E07A7B. Grayscale: #666666. Windows color (decimal): -14711420 or 8684831. OLE color: 8684831.

HSL color Cylindrical-coordinate representation of color #1F8584: hue angle of 179.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8584 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB31133132-
CMYK0.7700.010.48
HSL179.41º62.2%32.16%-
HSV(B)179.41º76.69%52.16%-
XYZ13.1218.7324.75-
YUV102.39144.7177.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.47%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=10.47%
G=44.93%
B=44.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311331320.7700.010.48179.4162.232.16
Hex1F85844D0130b33e20
Octal3720520411501602637640
Binary11111100001011000010010011010111000010110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,132); }

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

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

 a { background-color: rgb(31,133,132); }

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

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

 span { border-color: rgb(31,133,132); }

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