#2F7F80

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

Shades of Atoll #2F7F80

Tints of Atoll #2F7F80

Color information

#2F7F80 (or 0x2F7F80) is unknown color: approx Atoll. HEX triplet: 2F, 7F and 80. RGB value is (47,127,128). Sum of RGB (Red+Green+Blue) = 47+127+128=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F7F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7F80 is #D0807F. Grayscale: #676767. Windows color (decimal): -13664384 or 8421167. OLE color: 8421167.

HSL color Cylindrical-coordinate representation of color #2F7F80: hue angle of 180.74º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7F80 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB47127128-
CMYK0.630.0100.50
HSL180.74º46.29%34.31%-
HSV(B)180.74º63.28%50.2%-
XYZ12.6617.3423.1-
YUV103.1914287.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=15.56%
G=42.05%
B=42.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal471271280.630.0100.50180.7446.2934.31
Hex2F7F803F1032b52e22
Octal571772007710622655642
Binary1011111111111100000001111111011001010110101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7F80; }

 p { color: rgb(47,127,128); }

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

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

 a { background-color: rgb(47,127,128); }

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

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

 span { border-color: rgb(47,127,128); }

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