#28C8AB

Color #28C8AB Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #28C8AB

Tints of Shamrock #28C8AB

Color information

#28C8AB (or 0x28C8AB) is unknown color: approx Shamrock. HEX triplet: 28, C8 and AB. RGB value is (40,200,171). Sum of RGB (Red+Green+Blue) = 40+200+171=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #28C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C8AB is #D73754. Grayscale: #949494. Windows color (decimal): -14104405 or 11257896. OLE color: 11257896.

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

Color convert

RGB40200171-
CMYK0.800.140.22
HSL169.12º66.67%47.06%-
HSV(B)169.12º80%78.43%-
XYZ28.8844.745.63-
YUV148.85140.4950.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.73%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=9.73%
G=48.66%
B=41.61%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal402001710.800.140.22169.1266.6747.06
Hex28C8AB500E16a9432f
Octal503102531200162625110357
Binary101000110010001010101110100000111010110101010011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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