#28C2C1

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

Shades of Light Sea Green #28C2C1

Tints of Light Sea Green #28C2C1

Color information

#28C2C1 (or 0x28C2C1) is unknown color: approx Light Sea Green. HEX triplet: 28, C2 and C1. RGB value is (40,194,193). Sum of RGB (Red+Green+Blue) = 40+194+193=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2C1 is #D73D3E. Grayscale: #939393. Windows color (decimal): -14105919 or 12698152. OLE color: 12698152.

HSL color Cylindrical-coordinate representation of color #28C2C1: hue angle of 179.61º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C2C1 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB40194193-
CMYK0.7900.010.24
HSL179.61º65.81%45.88%-
HSV(B)179.61º79.38%76.08%-
XYZ29.7942.8857.16-
YUV147.84153.4851.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.37%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=9.37%
G=45.43%
B=45.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401941930.7900.010.24179.6165.8145.88
Hex28C2C14F0118b4422e
Octal50302301117013026410256
Binary101000110000101100000110011110111000101101001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,194,193); }

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

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

 a { background-color: rgb(40,194,193); }

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

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

 span { border-color: rgb(40,194,193); }

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