#28B3BA

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

Shades of Light Sea Green #28B3BA

Tints of Light Sea Green #28B3BA

Color information

#28B3BA (or 0x28B3BA) is unknown color: approx Light Sea Green. HEX triplet: 28, B3 and BA. RGB value is (40,179,186). Sum of RGB (Red+Green+Blue) = 40+179+186=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B3BA is #D74C45. Grayscale: #8A8A8A. Windows color (decimal): -14109766 or 12235560. OLE color: 12235560.

HSL color Cylindrical-coordinate representation of color #28B3BA: hue angle of 182.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B3BA is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40179186-
CMYK0.780.0400.27
HSL182.88º64.6%44.31%-
HSV(B)182.88º78.49%72.94%-
XYZ25.8636.2452.09-
YUV138.24154.9557.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.88%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=9.88%
G=44.20%
B=45.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401791860.780.0400.27182.8864.644.31
Hex28B3BA4E401Bb7412c
Octal50263272116403326710154
Binary10100010110011101110101001110100011011101101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,179,186); }

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

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

 a { background-color: rgb(40,179,186); }

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

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

 span { border-color: rgb(40,179,186); }

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