#28c7be

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

Shades of Light Sea Green #28C7BE

Tints of Light Sea Green #28C7BE

Color information

#28C7BE (or 0x28C7BE) is unknown color: approx Light Sea Green. HEX triplet: 28, C7 and BE. RGB value is (40,199,190). Sum of RGB (Red+Green+Blue) = 40+199+190=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #28C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C7BE is #D73841. Grayscale: #969696. Windows color (decimal): -14104642 or 12502824. OLE color: 12502824.

HSL color Cylindrical-coordinate representation of color #28C7BE: hue angle of 176.6º degrees, saturation: 0.67, 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 #28C7BE is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB40199190-
CMYK0.8000.050.22
HSL176.6º66.53%46.86%-
HSV(B)176.6º79.9%78.04%-
XYZ30.5945.0255.79-
YUV150.43150.3249.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.32%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=9.32%
G=46.39%
B=44.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401991900.8000.050.22176.666.5346.86
Hex28C7BE500516b1432f
Octal50307276120052626110357
Binary10100011000111101111101010000010110110101100011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,199,190); }

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

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

 a { background-color: rgb(40,199,190); }

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

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

 span { border-color: rgb(40,199,190); }

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