#28ABB5

Color #28ABB5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #28ABB5

Tints of Light Sea Green #28ABB5

Color information

#28ABB5 (or 0x28ABB5) is unknown color: approx Light Sea Green. HEX triplet: 28, AB and B5. RGB value is (40,171,181). Sum of RGB (Red+Green+Blue) = 40+171+181=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #28ABB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABB5 is #D7544A. Grayscale: #848484. Windows color (decimal): -14111819 or 11905832. OLE color: 11905832.

HSL color Cylindrical-coordinate representation of color #28ABB5: hue angle of 184.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28ABB5 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40171181-
CMYK0.780.0600.29
HSL184.26º63.8%43.33%-
HSV(B)184.26º77.9%70.98%-
XYZ23.7832.9148.82-
YUV132.97155.161.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.20%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=10.20%
G=43.62%
B=46.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401711810.780.0600.29184.2663.843.33
Hex28ABB54E601Db8402b
Octal50253265116603527010053
Binary10100010101011101101011001110110011101101110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28ABB5; }

 p { color: rgb(40,171,181); }

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

<style>
 a { background-color: #28ABB5; }

 a { background-color: rgb(40,171,181); }

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

<style>
 span { border-color: #28ABB5; }

 span { border-color: rgb(40,171,181); }

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