#28afad

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

Shades of Light Sea Green #28AFAD

Tints of Light Sea Green #28AFAD

Color information

#28AFAD (or 0x28AFAD) is unknown color: approx Light Sea Green. HEX triplet: 28, AF and AD. RGB value is (40,175,173). Sum of RGB (Red+Green+Blue) = 40+175+173=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #28AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AFAD is #D75052. Grayscale: #868686. Windows color (decimal): -14110803 or 11382568. OLE color: 11382568.

HSL color Cylindrical-coordinate representation of color #28AFAD: hue angle of 179.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AFAD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB40175173-
CMYK0.7700.010.31
HSL179.11º62.79%42.16%-
HSV(B)179.11º77.14%68.63%-
XYZ23.7534.1344.87-
YUV134.41149.7760.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.31%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=10.31%
G=45.10%
B=44.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401751730.7700.010.31179.1162.7942.16
Hex28AFAD4D011Fb33f2a
Octal5025725511501372637752
Binary10100010101111101011011001101011111110110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28afad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,175,173); }

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

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

 a { background-color: rgb(40,175,173); }

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

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

 span { border-color: rgb(40,175,173); }

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