#38D6A4

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

Shades of Shamrock #38D6A4

Tints of Shamrock #38D6A4

Color information

#38D6A4 (or 0x38D6A4) is unknown color: approx Shamrock. HEX triplet: 38, D6 and A4. RGB value is (56,214,164). Sum of RGB (Red+Green+Blue) = 56+214+164=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D6A4 is #C7295B. Grayscale: #A1A1A1. Windows color (decimal): -13052252 or 10802744. OLE color: 10802744.

HSL color Cylindrical-coordinate representation of color #38D6A4: hue angle of 161.01º 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 #38D6A4 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB56214164-
CMYK0.7400.230.16
HSL161.01º65.83%52.94%-
HSV(B)161.01º73.83%83.92%-
XYZ32.3851.6143.38-
YUV161.06129.6553.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.90%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=12.90%
G=49.31%
B=37.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562141640.7400.230.16161.0165.8352.94
Hex38D6A44A01710a14235
Octal703262441120272024110265
Binary1110001101011010100100100101001011110000101000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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