#38F5A8

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

Shades of Shamrock #38F5A8

Tints of Shamrock #38F5A8

Color information

#38F5A8 (or 0x38F5A8) is unknown color: approx Shamrock. HEX triplet: 38, F5 and A8. RGB value is (56,245,168). Sum of RGB (Red+Green+Blue) = 56+245+168=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F5A8 is #C70A57. Grayscale: #B3B3B3. Windows color (decimal): -13044312 or 11072824. OLE color: 11072824.

HSL color Cylindrical-coordinate representation of color #38F5A8: hue angle of 155.56º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F5A8 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB56245168-
CMYK0.7700.310.04
HSL155.56º90.43%59.02%-
HSV(B)155.56º77.14%96.08%-
XYZ41.3568.9748.18-
YUV179.71121.3839.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.94%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=11.94%
G=52.24%
B=35.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562451680.7700.310.04155.5690.4359.02
Hex38F5A84D01F49c5a3b
Octal70365250115037423413273
Binary11100011110101101010001001101011111100100111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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