#38e186

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

Shades of Shamrock #38E186

Tints of Shamrock #38E186

Color information

#38E186 (or 0x38E186) is unknown color: approx Shamrock. HEX triplet: 38, E1 and 86. RGB value is (56,225,134). Sum of RGB (Red+Green+Blue) = 56+225+134=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #38E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E186 is #C71E79. Grayscale: #A4A4A4. Windows color (decimal): -13049466 or 8839480. OLE color: 8839480.

HSL color Cylindrical-coordinate representation of color #38E186: hue angle of 147.69º 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 #38E186 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB56225134-
CMYK0.7500.400.12
HSL147.69º73.8%55.1%-
HSV(B)147.69º75.11%88.24%-
XYZ32.8656.4131.71-
YUV164.1111.0150.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.49%
GREEN value IS 225 (88.28% from 255) = 54.22%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=13.49%
G=54.22%
B=32.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562251340.7500.400.12147.6973.855.1
Hex38E1864B028C944a37
Octal703412061130501422411267
Binary1110001110000110000110100101101010001100100101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38e186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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