#28BCAA

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

Shades of Light Sea Green #28BCAA

Tints of Light Sea Green #28BCAA

Color information

#28BCAA (or 0x28BCAA) is unknown color: approx Light Sea Green. HEX triplet: 28, BC and AA. RGB value is (40,188,170). Sum of RGB (Red+Green+Blue) = 40+188+170=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BCAA is #D74355. Grayscale: #8D8D8D. Windows color (decimal): -14107478 or 11189288. OLE color: 11189288.

HSL color Cylindrical-coordinate representation of color #28BCAA: hue angle of 172.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BCAA is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB40188170-
CMYK0.7900.100.26
HSL172.7º64.91%44.71%-
HSV(B)172.7º78.72%73.73%-
XYZ26.1139.3244.24-
YUV141.7143.9755.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.05%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=10.05%
G=47.24%
B=42.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401881700.7900.100.26172.764.9144.71
Hex28BCAA4F0A1Aad412d
Octal502742521170123225510155
Binary101000101111001010101010011110101011010101011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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