#207C85

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

Shades of Atoll #207C85

Tints of Atoll #207C85

Color information

#207C85 (or 0x207C85) is unknown color: approx Atoll. HEX triplet: 20, 7C and 85. RGB value is (32,124,133). Sum of RGB (Red+Green+Blue) = 32+124+133=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #207C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C85 is #DF837A. Grayscale: #616161. Windows color (decimal): -14648187 or 8748064. OLE color: 8748064.

HSL color Cylindrical-coordinate representation of color #207C85: hue angle of 185.35º 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 #207C85 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32124133-
CMYK0.760.0700.48
HSL185.35º61.21%32.35%-
HSV(B)185.35º75.94%52.16%-
XYZ12.0416.4224.72-
YUV97.52148.0281.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=11.07%
G=42.91%
B=46.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321241330.760.0700.48185.3561.2132.35
Hex207C854C7030b93d20
Octal4017420511470602717540
Binary1000001111100100001011001100111011000010111001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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