#28828A

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

Shades of Atoll #28828A

Tints of Atoll #28828A

Color information

#28828A (or 0x28828A) is unknown color: approx Atoll. HEX triplet: 28, 82 and 8A. RGB value is (40,130,138). Sum of RGB (Red+Green+Blue) = 40+130+138=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #28828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28828A is #D77D75. Grayscale: #676767. Windows color (decimal): -14122358 or 9077288. OLE color: 9077288.

HSL color Cylindrical-coordinate representation of color #28828A: hue angle of 184.9º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28828A is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40130138-
CMYK0.710.0600.46
HSL184.9º55.06%34.9%-
HSV(B)184.9º71.01%54.12%-
XYZ13.4518.2526.86-
YUV104147.1882.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=12.99%
G=42.21%
B=44.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401301380.710.0600.46184.955.0634.9
Hex28828A47602Eb93723
Octal5020221210760562716743
Binary10100010000010100010101000111110010111010111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28828A; }

 p { color: rgb(40,130,138); }

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

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

 a { background-color: rgb(40,130,138); }

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

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

 span { border-color: rgb(40,130,138); }

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