#28BEB6

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

Shades of Light Sea Green #28BEB6

Tints of Light Sea Green #28BEB6

Color information

#28BEB6 (or 0x28BEB6) is unknown color: approx Light Sea Green. HEX triplet: 28, BE and B6. RGB value is (40,190,182). Sum of RGB (Red+Green+Blue) = 40+190+182=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEB6 is #D74149. Grayscale: #909090. Windows color (decimal): -14106954 or 11976232. OLE color: 11976232.

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

Color convert

RGB40190182-
CMYK0.7900.040.25
HSL176.8º65.22%45.1%-
HSV(B)176.8º78.95%74.51%-
XYZ27.7340.6650.64-
YUV144.24149.353.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.71%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 182 (71.48% from 255) = 44.17%
R=9.71%
G=46.12%
B=44.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401901820.7900.040.25176.865.2245.1
Hex28BEB64F0419b1412d
Octal50276266117043126110155
Binary10100010111110101101101001111010011001101100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,190,182); }

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

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

 a { background-color: rgb(40,190,182); }

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

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

 span { border-color: rgb(40,190,182); }

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