#207679

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

Shades of Atoll #207679

Tints of Atoll #207679

Color information

#207679 (or 0x207679) is unknown color: approx Atoll. HEX triplet: 20, 76 and 79. RGB value is (32,118,121). Sum of RGB (Red+Green+Blue) = 32+118+121=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #207679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207679 is #DF8986. Grayscale: #5C5C5C. Windows color (decimal): -14649735 or 7960096. OLE color: 7960096.

HSL color Cylindrical-coordinate representation of color #207679: hue angle of 182.02º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207679 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32118121-
CMYK0.740.0200.53
HSL182.02º58.17%30%-
HSV(B)182.02º73.55%47.45%-
XYZ10.5314.6420.36-
YUV92.63144.0184.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=11.81%
G=43.54%
B=44.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321181210.740.0200.53182.0258.1730
Hex2076794A2035b63a1e
Octal4016617111220652667236
Binary1000001110110111100110010101001101011011011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207679; }

 p { color: rgb(32,118,121); }

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

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

 a { background-color: rgb(32,118,121); }

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

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

 span { border-color: rgb(32,118,121); }

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