#38C99D

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

Shades of Shamrock #38C99D

Tints of Shamrock #38C99D

Color information

#38C99D (or 0x38C99D) is unknown color: approx Shamrock. HEX triplet: 38, C9 and 9D. RGB value is (56,201,157). Sum of RGB (Red+Green+Blue) = 56+201+157=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #38C99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C99D is #C73662. Grayscale: #989898. Windows color (decimal): -13055587 or 10340664. OLE color: 10340664.

HSL color Cylindrical-coordinate representation of color #38C99D: hue angle of 161.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C99D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB56201157-
CMYK0.7200.220.21
HSL161.79º57.31%50.39%-
HSV(B)161.79º72.14%78.82%-
XYZ28.645.0539.09-
YUV152.63130.4659.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.53%
GREEN value IS 201 (78.91% from 255) = 48.55%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=13.53%
G=48.55%
B=37.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562011570.7200.220.21161.7957.3150.39
Hex38C99D4801615a23932
Octal70311235110026252427162
Binary111000110010011001110110010000101101010110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,201,157); }

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

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

 a { background-color: rgb(56,201,157); }

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

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

 span { border-color: rgb(56,201,157); }

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