#207B82

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

Shades of Atoll #207B82

Tints of Atoll #207B82

Color information

#207B82 (or 0x207B82) is unknown color: approx Atoll. HEX triplet: 20, 7B and 82. RGB value is (32,123,130). Sum of RGB (Red+Green+Blue) = 32+123+130=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #207B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B82 is #DF847D. Grayscale: #606060. Windows color (decimal): -14648446 or 8551200. OLE color: 8551200.

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

Color convert

RGB32123130-
CMYK0.750.0500.49
HSL184.29º60.49%31.76%-
HSV(B)184.29º75.38%50.98%-
XYZ11.7116.0823.61-
YUV96.59146.8581.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=11.23%
G=43.16%
B=45.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321231300.750.0500.49184.2960.4931.76
Hex207B824B5031b83c20
Octal4017320211350612707440
Binary1000001111011100000101001011101011000110111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,123,130); }

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

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

 a { background-color: rgb(32,123,130); }

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

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

 span { border-color: rgb(32,123,130); }

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