#28B2C4

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

Shades of Light Sea Green #28B2C4

Tints of Light Sea Green #28B2C4

Color information

#28B2C4 (or 0x28B2C4) is unknown color: approx Light Sea Green. HEX triplet: 28, B2 and C4. RGB value is (40,178,196). Sum of RGB (Red+Green+Blue) = 40+178+196=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #28B2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B2C4 is #D74D3B. Grayscale: #8A8A8A. Windows color (decimal): -14110012 or 12890664. OLE color: 12890664.

HSL color Cylindrical-coordinate representation of color #28B2C4: hue angle of 186.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28B2C4 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40178196-
CMYK0.800.0900.23
HSL186.92º66.1%46.27%-
HSV(B)186.92º79.59%76.86%-
XYZ26.7636.2857.82-
YUV138.79160.2857.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.66%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=9.66%
G=43.00%
B=47.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401781960.800.0900.23186.9266.146.27
Hex28B2C4509017bb422e
Octal502623041201102727310256
Binary101000101100101100010010100001001010111101110111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,178,196); }

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

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

 a { background-color: rgb(40,178,196); }

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

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

 span { border-color: rgb(40,178,196); }

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