#28bbb3

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

Shades of Light Sea Green #28BBB3

Tints of Light Sea Green #28BBB3

Color information

#28BBB3 (or 0x28BBB3) is unknown color: approx Light Sea Green. HEX triplet: 28, BB and B3. RGB value is (40,187,179). Sum of RGB (Red+Green+Blue) = 40+187+179=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #28BBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBB3 is #D7444C. Grayscale: #8E8E8E. Windows color (decimal): -14107725 or 11778856. OLE color: 11778856.

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

Color convert

RGB40187179-
CMYK0.7900.040.27
HSL176.73º64.76%44.51%-
HSV(B)176.73º78.61%73.33%-
XYZ26.7839.2548.81-
YUV142.14148.855.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.85%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=9.85%
G=46.06%
B=44.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401871790.7900.040.27176.7364.7644.51
Hex28BBB34F041Bb1412d
Octal50273263117043326110155
Binary10100010111011101100111001111010011011101100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28bbb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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