#28BD9F

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

Shades of Light Sea Green #28BD9F

Tints of Light Sea Green #28BD9F

Color information

#28BD9F (or 0x28BD9F) is unknown color: approx Light Sea Green. HEX triplet: 28, BD and 9F. RGB value is (40,189,159). Sum of RGB (Red+Green+Blue) = 40+189+159=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD9F is #D74260. Grayscale: #8D8D8D. Windows color (decimal): -14107233 or 10468648. OLE color: 10468648.

HSL color Cylindrical-coordinate representation of color #28BD9F: hue angle of 167.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD9F is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB40189159-
CMYK0.7900.160.26
HSL167.92º65.07%44.9%-
HSV(B)167.92º78.84%74.12%-
XYZ25.3339.3539.06-
YUV141.03138.1455.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.31%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=10.31%
G=48.71%
B=40.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401891590.7900.160.26167.9265.0744.9
Hex28BD9F4F0101Aa8412d
Octal502752371170203225010155
Binary1010001011110110011111100111101000011010101010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,189,159); }

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

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

 a { background-color: rgb(40,189,159); }

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

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

 span { border-color: rgb(40,189,159); }

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