#38e188

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

Shades of Shamrock #38E188

Tints of Shamrock #38E188

Color information

#38E188 (or 0x38E188) is unknown color: approx Shamrock. HEX triplet: 38, E1 and 88. RGB value is (56,225,136). Sum of RGB (Red+Green+Blue) = 56+225+136=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #38E188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E188 is #C71E77. Grayscale: #A4A4A4. Windows color (decimal): -13049464 or 8970552. OLE color: 8970552.

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

Color convert

RGB56225136-
CMYK0.7500.400.12
HSL148.4º73.8%55.1%-
HSV(B)148.4º75.11%88.24%-
XYZ3356.4732.45-
YUV164.32112.0150.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.43%
GREEN value IS 225 (88.28% from 255) = 53.96%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=13.43%
G=53.96%
B=32.61%

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
Decimal562251360.7500.400.12148.473.855.1
Hex38E1884B028C944a37
Octal703412101130501422411267
Binary1110001110000110001000100101101010001100100101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38e188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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