#28C8BC

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

Shades of Light Sea Green #28C8BC

Tints of Light Sea Green #28C8BC

Color information

#28C8BC (or 0x28C8BC) is unknown color: approx Light Sea Green. HEX triplet: 28, C8 and BC. RGB value is (40,200,188). Sum of RGB (Red+Green+Blue) = 40+200+188=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #28C8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C8BC is #D73743. Grayscale: #969696. Windows color (decimal): -14104388 or 12372008. OLE color: 12372008.

HSL color Cylindrical-coordinate representation of color #28C8BC: hue angle of 175.5º 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 #28C8BC is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB40200188-
CMYK0.800.060.22
HSL175.5º66.67%47.06%-
HSV(B)175.5º80%78.43%-
XYZ30.6145.3954.73-
YUV150.79148.9948.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.35%
GREEN value IS 200 (78.52% from 255) = 46.73%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=9.35%
G=46.73%
B=43.93%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal402001880.800.060.22175.566.6747.06
Hex28C8BC500616b0432f
Octal50310274120062626010357
Binary10100011001000101111001010000011010110101100001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,200,188); }

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

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

 a { background-color: rgb(40,200,188); }

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

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

 span { border-color: rgb(40,200,188); }

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