#38D69D

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

Shades of Shamrock #38D69D

Tints of Shamrock #38D69D

Color information

#38D69D (or 0x38D69D) is unknown color: approx Shamrock. HEX triplet: 38, D6 and 9D. RGB value is (56,214,157). Sum of RGB (Red+Green+Blue) = 56+214+157=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #38D69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D69D is #C72962. Grayscale: #A0A0A0. Windows color (decimal): -13052259 or 10343992. OLE color: 10343992.

HSL color Cylindrical-coordinate representation of color #38D69D: hue angle of 158.35º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D69D is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB56214157-
CMYK0.7400.270.16
HSL158.35º65.83%52.94%-
HSV(B)158.35º73.83%83.92%-
XYZ31.7651.3740.14-
YUV160.26126.1553.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.11%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=13.11%
G=50.12%
B=36.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562141570.7400.270.16158.3565.8352.94
Hex38D69D4A01B109e4235
Octal703262351120332023610265
Binary1110001101011010011101100101001101110000100111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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