#38F6A8

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

Shades of Shamrock #38F6A8

Tints of Shamrock #38F6A8

Color information

#38F6A8 (or 0x38F6A8) is unknown color: approx Shamrock. HEX triplet: 38, F6 and A8. RGB value is (56,246,168). Sum of RGB (Red+Green+Blue) = 56+246+168=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F6A8 is #C70957. Grayscale: #B4B4B4. Windows color (decimal): -13044056 or 11073080. OLE color: 11073080.

HSL color Cylindrical-coordinate representation of color #38F6A8: hue angle of 155.37º degrees, saturation: 0.91, 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 #38F6A8 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB56246168-
CMYK0.7700.320.04
HSL155.37º91.35%59.22%-
HSV(B)155.37º77.24%96.47%-
XYZ41.6569.5848.28-
YUV180.3121.0539.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.91%
GREEN value IS 246 (96.48% from 255) = 52.34%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=11.91%
G=52.34%
B=35.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562461680.7700.320.04155.3791.3559.22
Hex38F6A84D02049b5b3b
Octal70366250115040423313373
Binary111000111101101010100010011010100000100100110111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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