#28BBBC

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

Shades of Light Sea Green #28BBBC

Tints of Light Sea Green #28BBBC

Color information

#28BBBC (or 0x28BBBC) is unknown color: approx Light Sea Green. HEX triplet: 28, BB and BC. RGB value is (40,187,188). Sum of RGB (Red+Green+Blue) = 40+187+188=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #28BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBBC is #D74443. Grayscale: #8F8F8F. Windows color (decimal): -14107716 or 12368680. OLE color: 12368680.

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

Color convert

RGB40187188-
CMYK0.790.0100.26
HSL180.41º64.91%44.71%-
HSV(B)180.41º78.72%73.73%-
XYZ27.7239.6253.76-
YUV143.16153.354.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.64%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=9.64%
G=45.06%
B=45.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401871880.790.0100.26180.4164.9144.71
Hex28BBBC4F101Ab4412d
Octal50273274117103226410155
Binary101000101110111011110010011111011010101101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,187,188); }

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

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

 a { background-color: rgb(40,187,188); }

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

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

 span { border-color: rgb(40,187,188); }

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