#28807F

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

Shades of Atoll #28807F

Tints of Atoll #28807F

Color information

#28807F (or 0x28807F) is unknown color: approx Atoll. HEX triplet: 28, 80 and 7F. RGB value is (40,128,127). Sum of RGB (Red+Green+Blue) = 40+128+127=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #28807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28807F is #D77F80. Grayscale: #656565. Windows color (decimal): -14122881 or 8355880. OLE color: 8355880.

HSL color Cylindrical-coordinate representation of color #28807F: hue angle of 179.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28807F is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB40128127-
CMYK0.6900.010.50
HSL179.32º52.38%32.94%-
HSV(B)179.32º68.75%50.2%-
XYZ12.4317.4222.79-
YUV101.57142.3584.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 127 (50% from 255) = 43.05%
R=13.56%
G=43.39%
B=43.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401281270.6900.010.50179.3252.3832.94
Hex28807F450132b33421
Octal5020017710501622636441
Binary10100010000000111111110001010111001010110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28807F; }

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

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

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

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

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

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

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

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