#28ABB6

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

Shades of Light Sea Green #28ABB6

Tints of Light Sea Green #28ABB6

Color information

#28ABB6 (or 0x28ABB6) is unknown color: approx Light Sea Green. HEX triplet: 28, AB and B6. RGB value is (40,171,182). Sum of RGB (Red+Green+Blue) = 40+171+182=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #28ABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABB6 is #D75449. Grayscale: #848484. Windows color (decimal): -14111818 or 11971368. OLE color: 11971368.

HSL color Cylindrical-coordinate representation of color #28ABB6: hue angle of 184.65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28ABB6 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40171182-
CMYK0.780.0600.29
HSL184.65º63.96%43.53%-
HSV(B)184.65º78.02%71.37%-
XYZ23.8832.9549.36-
YUV133.08155.661.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.18%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 182 (71.48% from 255) = 46.31%
R=10.18%
G=43.51%
B=46.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401711820.780.0600.29184.6563.9643.53
Hex28ABB64E601Db9402c
Octal50253266116603527110054
Binary10100010101011101101101001110110011101101110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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