#28777F

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

Shades of Atoll #28777F

Tints of Atoll #28777F

Color information

#28777F (or 0x28777F) is unknown color: approx Atoll. HEX triplet: 28, 77 and 7F. RGB value is (40,119,127). Sum of RGB (Red+Green+Blue) = 40+119+127=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #28777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28777F is #D78880. Grayscale: #606060. Windows color (decimal): -14125185 or 8353576. OLE color: 8353576.

HSL color Cylindrical-coordinate representation of color #28777F: hue angle of 185.52º 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 #28777F is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB40119127-
CMYK0.690.0600.50
HSL185.52º52.1%32.75%-
HSV(B)185.52º68.5%49.8%-
XYZ11.315.1822.41-
YUV96.29145.3387.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 127 (50% from 255) = 44.41%
R=13.99%
G=41.61%
B=44.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401191270.690.0600.50185.5252.132.75
Hex28777F456032ba3421
Octal5016717710560622726441
Binary101000111011111111111000101110011001010111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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