#28AEB4

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

Shades of Light Sea Green #28AEB4

Tints of Light Sea Green #28AEB4

Color information

#28AEB4 (or 0x28AEB4) is unknown color: approx Light Sea Green. HEX triplet: 28, AE and B4. RGB value is (40,174,180). Sum of RGB (Red+Green+Blue) = 40+174+180=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #28AEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEB4 is #D7514B. Grayscale: #868686. Windows color (decimal): -14111052 or 11841064. OLE color: 11841064.

HSL color Cylindrical-coordinate representation of color #28AEB4: hue angle of 182.57º 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 #28AEB4 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40174180-
CMYK0.780.0300.29
HSL182.57º63.64%43.14%-
HSV(B)182.57º77.78%70.59%-
XYZ24.2534.0248.47-
YUV134.62153.6160.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.15%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 180 (70.70% from 255) = 45.69%
R=10.15%
G=44.16%
B=45.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401741800.780.0300.29182.5763.6443.14
Hex28AEB44E301Db7402b
Octal50256264116303526710053
Binary1010001010111010110100100111011011101101101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,174,180); }

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

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

 a { background-color: rgb(40,174,180); }

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

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

 span { border-color: rgb(40,174,180); }

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