#28C6BA

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

Shades of Light Sea Green #28C6BA

Tints of Light Sea Green #28C6BA

Color information

#28C6BA (or 0x28C6BA) is unknown color: approx Light Sea Green. HEX triplet: 28, C6 and BA. RGB value is (40,198,186). Sum of RGB (Red+Green+Blue) = 40+198+186=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #28C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6BA is #D73945. Grayscale: #959595. Windows color (decimal): -14104902 or 12240424. OLE color: 12240424.

HSL color Cylindrical-coordinate representation of color #28C6BA: hue angle of 175.44º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C6BA is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB40198186-
CMYK0.8000.060.22
HSL175.44º66.39%46.67%-
HSV(B)175.44º79.8%77.65%-
XYZ29.9344.3853.44-
YUV149.39148.6549.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.43%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=9.43%
G=46.70%
B=43.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401981860.8000.060.22175.4466.3946.67
Hex28C6BA500616af422f
Octal50306272120062625710257
Binary10100011000110101110101010000011010110101011111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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