#28CDB6

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

Shades of Light Sea Green #28CDB6

Tints of Light Sea Green #28CDB6

Color information

#28CDB6 (or 0x28CDB6) is unknown color: approx Light Sea Green. HEX triplet: 28, CD and B6. RGB value is (40,205,182). Sum of RGB (Red+Green+Blue) = 40+205+182=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDB6 is #D73249. Grayscale: #989898. Windows color (decimal): -14103114 or 11980072. OLE color: 11980072.

HSL color Cylindrical-coordinate representation of color #28CDB6: hue angle of 171.64º 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 #28CDB6 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB40205182-
CMYK0.8000.110.20
HSL171.64º67.35%48.04%-
HSV(B)171.64º80.49%80.39%-
XYZ31.1547.4951.78-
YUV153.04144.3447.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.37%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=9.37%
G=48.01%
B=42.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal402051820.8000.110.20171.6467.3548.04
Hex28CDB6500B14ac4330
Octal503152661200132425410360
Binary101000110011011011011010100000101110100101011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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