#28838A

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

Shades of Atoll #28838A

Tints of Atoll #28838A

Color information

#28838A (or 0x28838A) is unknown color: approx Atoll. HEX triplet: 28, 83 and 8A. RGB value is (40,131,138). Sum of RGB (Red+Green+Blue) = 40+131+138=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #28838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28838A is #D77C75. Grayscale: #686868. Windows color (decimal): -14122102 or 9077544. OLE color: 9077544.

HSL color Cylindrical-coordinate representation of color #28838A: hue angle of 184.29º 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 #28838A is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40131138-
CMYK0.710.0500.46
HSL184.29º55.06%34.9%-
HSV(B)184.29º71.01%54.12%-
XYZ13.5818.5226.9-
YUV104.59146.8581.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=12.94%
G=42.39%
B=44.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401311380.710.0500.46184.2955.0634.9
Hex28838A47502Eb83723
Octal5020321210750562706743
Binary10100010000011100010101000111101010111010111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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