#38CC87

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

Shades of Shamrock #38CC87

Tints of Shamrock #38CC87

Color information

#38CC87 (or 0x38CC87) is unknown color: approx Shamrock. HEX triplet: 38, CC and 87. RGB value is (56,204,135). Sum of RGB (Red+Green+Blue) = 56+204+135=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CC87 is #C73378. Grayscale: #989898. Windows color (decimal): -13054841 or 8899640. OLE color: 8899640.

HSL color Cylindrical-coordinate representation of color #38CC87: hue angle of 152.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC87 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB56204135-
CMYK0.7300.340.2
HSL152.03º59.2%50.98%-
HSV(B)152.03º72.55%80%-
XYZ27.645.7830.3-
YUV151.88118.4759.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=14.18%
G=51.65%
B=34.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal562041350.7300.340.2152.0359.250.98
Hex38CC874902214983b33
Octal70314207111042242307363
Binary1110001100110010000111100100101000101010010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,204,135); }

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

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

 a { background-color: rgb(56,204,135); }

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

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

 span { border-color: rgb(56,204,135); }

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