#28BDB0

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

Shades of Light Sea Green #28BDB0

Tints of Light Sea Green #28BDB0

Color information

#28BDB0 (or 0x28BDB0) is unknown color: approx Light Sea Green. HEX triplet: 28, BD and B0. RGB value is (40,189,176). Sum of RGB (Red+Green+Blue) = 40+189+176=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDB0 is #D7424F. Grayscale: #8E8E8E. Windows color (decimal): -14107216 or 11582760. OLE color: 11582760.

HSL color Cylindrical-coordinate representation of color #28BDB0: hue angle of 174.77º 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 #28BDB0 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB40189176-
CMYK0.7900.070.26
HSL174.77º65.07%44.9%-
HSV(B)174.77º78.84%74.12%-
XYZ26.9139.9847.37-
YUV142.97146.6454.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.88%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=9.88%
G=46.67%
B=43.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401891760.7900.070.26174.7765.0744.9
Hex28BDB04F071Aaf412d
Octal50275260117073225710155
Binary10100010111101101100001001111011111010101011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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