#28B29E

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

Shades of Light Sea Green #28B29E

Tints of Light Sea Green #28B29E

Color information

#28B29E (or 0x28B29E) is unknown color: approx Light Sea Green. HEX triplet: 28, B2 and 9E. RGB value is (40,178,158). Sum of RGB (Red+Green+Blue) = 40+178+158=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #28B29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B29E is #D74D61. Grayscale: #868686. Windows color (decimal): -14110050 or 10400296. OLE color: 10400296.

HSL color Cylindrical-coordinate representation of color #28B29E: hue angle of 171.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B29E is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB40178158-
CMYK0.7800.110.30
HSL171.3º63.3%42.75%-
HSV(B)171.3º77.53%69.8%-
XYZ22.9734.7637.85-
YUV134.46141.2860.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.64%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=10.64%
G=47.34%
B=42.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401781580.7800.110.30171.363.342.75
Hex28B29E4E0B1Eab3f2b
Octal50262236116013362537753
Binary10100010110010100111101001110010111111010101011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,178,158); }

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

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

 a { background-color: rgb(40,178,158); }

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

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

 span { border-color: rgb(40,178,158); }

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