#38BA91

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

Shades of Shamrock #38BA91

Tints of Shamrock #38BA91

Color information

#38BA91 (or 0x38BA91) is unknown color: approx Shamrock. HEX triplet: 38, BA and 91. RGB value is (56,186,145). Sum of RGB (Red+Green+Blue) = 56+186+145=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BA91 is #C7456E. Grayscale: #8E8E8E. Windows color (decimal): -13059439 or 9550392. OLE color: 9550392.

HSL color Cylindrical-coordinate representation of color #38BA91: hue angle of 161.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA91 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB56186145-
CMYK0.7000.220.27
HSL161.08º53.72%47.45%-
HSV(B)161.08º69.89%72.94%-
XYZ24.33832.84-
YUV142.46129.4366.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.47%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=14.47%
G=48.06%
B=37.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561861450.7000.220.27161.0853.7247.45
Hex38BA91460161Ba1362f
Octal70272221106026332416657
Binary111000101110101001000110001100101101101110100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,186,145); }

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

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

 a { background-color: rgb(56,186,145); }

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

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

 span { border-color: rgb(56,186,145); }

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