#28777E

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

Shades of Atoll #28777E

Tints of Atoll #28777E

Color information

#28777E (or 0x28777E) is unknown color: approx Atoll. HEX triplet: 28, 77 and 7E. RGB value is (40,119,126). Sum of RGB (Red+Green+Blue) = 40+119+126=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #28777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28777E is #D78881. Grayscale: #606060. Windows color (decimal): -14125186 or 8288040. OLE color: 8288040.

HSL color Cylindrical-coordinate representation of color #28777E: hue angle of 184.88º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28777E is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB40119126-
CMYK0.680.0600.51
HSL184.88º51.81%32.55%-
HSV(B)184.88º68.25%49.41%-
XYZ11.2415.1522.07-
YUV96.18144.8387.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=14.04%
G=41.75%
B=44.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401191260.680.0600.51184.8851.8132.55
Hex28777E446033b93421
Octal5016717610460632716441
Binary101000111011111111101000100110011001110111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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