#38E1A8

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

Shades of Shamrock #38E1A8

Tints of Shamrock #38E1A8

Color information

#38E1A8 (or 0x38E1A8) is unknown color: approx Shamrock. HEX triplet: 38, E1 and A8. RGB value is (56,225,168). Sum of RGB (Red+Green+Blue) = 56+225+168=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #38E1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E1A8 is #C71E57. Grayscale: #A8A8A8. Windows color (decimal): -13049432 or 11067704. OLE color: 11067704.

HSL color Cylindrical-coordinate representation of color #38E1A8: hue angle of 159.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E1A8 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB56225168-
CMYK0.7500.250.12
HSL159.76º73.8%55.1%-
HSV(B)159.76º75.11%88.24%-
XYZ35.6257.5246.27-
YUV167.97128.0148.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.47%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=12.47%
G=50.11%
B=37.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562251680.7500.250.12159.7673.855.1
Hex38E1A84B019Ca04a37
Octal703412501130311424011267
Binary111000111000011010100010010110110011100101000001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E1A8; }

 p { color: rgb(56,225,168); }

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

<style>
 a { background-color: #38E1A8; }

 a { background-color: rgb(56,225,168); }

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

<style>
 span { border-color: #38E1A8; }

 span { border-color: rgb(56,225,168); }

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