#28808C

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

Shades of Atoll #28808C

Tints of Atoll #28808C

Color information

#28808C (or 0x28808C) is unknown color: approx Atoll. HEX triplet: 28, 80 and 8C. RGB value is (40,128,140). Sum of RGB (Red+Green+Blue) = 40+128+140=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #28808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28808C is #D77F73. Grayscale: #666666. Windows color (decimal): -14122868 or 9207848. OLE color: 9207848.

HSL color Cylindrical-coordinate representation of color #28808C: hue angle of 187.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28808C is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40128140-
CMYK0.710.0900.45
HSL187.2º55.56%35.29%-
HSV(B)187.2º71.43%54.9%-
XYZ13.3317.7827.54-
YUV103.06148.8583.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=12.99%
G=41.56%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401281400.710.0900.45187.255.5635.29
Hex28808C47902Dbb3823
Octal50200214107110552737043
Binary101000100000001000110010001111001010110110111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28808C; }

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

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

<style>
 a { background-color: #28808C; }

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

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

<style>
 span { border-color: #28808C; }

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

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