#207E85

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

Shades of Atoll #207E85

Tints of Atoll #207E85

Color information

#207E85 (or 0x207E85) is unknown color: approx Atoll. HEX triplet: 20, 7E and 85. RGB value is (32,126,133). Sum of RGB (Red+Green+Blue) = 32+126+133=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #207E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E85 is #DF817A. Grayscale: #626262. Windows color (decimal): -14647675 or 8748576. OLE color: 8748576.

HSL color Cylindrical-coordinate representation of color #207E85: hue angle of 184.16º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207E85 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32126133-
CMYK0.760.0500.48
HSL184.16º61.21%32.35%-
HSV(B)184.16º75.94%52.16%-
XYZ12.2916.9224.81-
YUV98.69147.3680.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 126 (49.61% from 255) = 43.30%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=11.00%
G=43.30%
B=45.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321261330.760.0500.48184.1661.2132.35
Hex207E854C5030b83d20
Octal4017620511450602707540
Binary1000001111110100001011001100101011000010111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207E85; }

 p { color: rgb(32,126,133); }

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

<style>
 a { background-color: #207E85; }

 a { background-color: rgb(32,126,133); }

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

<style>
 span { border-color: #207E85; }

 span { border-color: rgb(32,126,133); }

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