#28CDBD

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

Shades of Light Sea Green #28CDBD

Tints of Light Sea Green #28CDBD

Color information

#28CDBD (or 0x28CDBD) is unknown color: approx Light Sea Green. HEX triplet: 28, CD and BD. RGB value is (40,205,189). Sum of RGB (Red+Green+Blue) = 40+205+189=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDBD is #D73242. Grayscale: #999999. Windows color (decimal): -14103107 or 12438824. OLE color: 12438824.

HSL color Cylindrical-coordinate representation of color #28CDBD: hue angle of 174.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CDBD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB40205189-
CMYK0.8000.080.20
HSL174.18º67.35%48.04%-
HSV(B)174.18º80.49%80.39%-
XYZ31.8947.7955.69-
YUV153.84147.8446.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.22%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=9.22%
G=47.24%
B=43.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal402051890.8000.080.20174.1867.3548.04
Hex28CDBD500814ae4330
Octal503152751200102425610360
Binary101000110011011011110110100000100010100101011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,205,189); }

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

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

 a { background-color: rgb(40,205,189); }

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

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

 span { border-color: rgb(40,205,189); }

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