#207C83

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

Shades of Atoll #207C83

Tints of Atoll #207C83

Color information

#207C83 (or 0x207C83) is unknown color: approx Atoll. HEX triplet: 20, 7C and 83. RGB value is (32,124,131). Sum of RGB (Red+Green+Blue) = 32+124+131=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #207C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C83 is #DF837C. Grayscale: #616161. Windows color (decimal): -14648189 or 8616992. OLE color: 8616992.

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

Color convert

RGB32124131-
CMYK0.760.0500.49
HSL184.24º60.74%31.96%-
HSV(B)184.24º75.57%51.37%-
XYZ11.916.3624-
YUV97.29147.0281.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=11.15%
G=43.21%
B=45.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321241310.760.0500.49184.2460.7431.96
Hex207C834C5031b83d20
Octal4017420311450612707540
Binary1000001111100100000111001100101011000110111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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