#28BEBA

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

Shades of Light Sea Green #28BEBA

Tints of Light Sea Green #28BEBA

Color information

#28BEBA (or 0x28BEBA) is unknown color: approx Light Sea Green. HEX triplet: 28, BE and BA. RGB value is (40,190,186). Sum of RGB (Red+Green+Blue) = 40+190+186=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEBA is #D74145. Grayscale: #909090. Windows color (decimal): -14106950 or 12238376. OLE color: 12238376.

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

Color convert

RGB40190186-
CMYK0.7900.020.25
HSL178.4º65.22%45.1%-
HSV(B)178.4º78.95%74.51%-
XYZ28.1540.8252.85-
YUV144.69151.353.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.62%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=9.62%
G=45.67%
B=44.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401901860.7900.020.25178.465.2245.1
Hex28BEBA4F0219b2412d
Octal50276272117023126210155
Binary1010001011111010111010100111101011001101100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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