#38F89F

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

Shades of Shamrock #38F89F

Tints of Shamrock #38F89F

Color information

#38F89F (or 0x38F89F) is unknown color: approx Shamrock. HEX triplet: 38, F8 and 9F. RGB value is (56,248,159). Sum of RGB (Red+Green+Blue) = 56+248+159=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #38F89F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F89F is #C70760. Grayscale: #B4B4B4. Windows color (decimal): -13043553 or 10483768. OLE color: 10483768.

HSL color Cylindrical-coordinate representation of color #38F89F: hue angle of 152.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F89F is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB56248159-
CMYK0.7700.360.03
HSL152.19º93.2%59.61%-
HSV(B)152.19º77.42%97.25%-
XYZ41.4670.4844.22-
YUV180.45115.8939.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 248 (97.27% from 255) = 53.56%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=12.10%
G=53.56%
B=34.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562481590.7700.360.03152.1993.259.61
Hex38F89F4D0243985d3c
Octal70370237115044323013574
Binary11100011111000100111111001101010010011100110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,248,159); }

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

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

 a { background-color: rgb(56,248,159); }

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

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

 span { border-color: rgb(56,248,159); }

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