#207E84

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

Shades of Atoll #207E84

Tints of Atoll #207E84

Color information

#207E84 (or 0x207E84) is unknown color: approx Atoll. HEX triplet: 20, 7E and 84. RGB value is (32,126,132). Sum of RGB (Red+Green+Blue) = 32+126+132=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #207E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E84 is #DF817B. Grayscale: #626262. Windows color (decimal): -14647676 or 8683040. OLE color: 8683040.

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

Color convert

RGB32126132-
CMYK0.760.0500.48
HSL183.6º60.98%32.16%-
HSV(B)183.6º75.76%51.76%-
XYZ12.2216.8924.45-
YUV98.58146.8680.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=11.03%
G=43.45%
B=45.52%

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
Decimal321261320.760.0500.48183.660.9832.16
Hex207E844C5030b83d20
Octal4017620411450602707540
Binary1000001111110100001001001100101011000010111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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