#207E81

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

Shades of Atoll #207E81

Tints of Atoll #207E81

Color information

#207E81 (or 0x207E81) is unknown color: approx Atoll. HEX triplet: 20, 7E and 81. RGB value is (32,126,129). Sum of RGB (Red+Green+Blue) = 32+126+129=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #207E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E81 is #DF817E. Grayscale: #626262. Windows color (decimal): -14647679 or 8486432. OLE color: 8486432.

HSL color Cylindrical-coordinate representation of color #207E81: hue angle of 181.86º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E81 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32126129-
CMYK0.750.0200.49
HSL181.86º60.25%31.57%-
HSV(B)181.86º75.19%50.59%-
XYZ12.0216.8123.38-
YUV98.24145.3680.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=11.15%
G=43.90%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321261290.750.0200.49181.8660.2531.57
Hex207E814B2031b63c20
Octal4017620111320612667440
Binary100000111111010000001100101110011000110110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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